Module

Node.Glob.Basic

Package
purescript-node-glob-basic
Repository
natefaubion/purescript-node-glob-basic

#expandGlobs Source

expandGlobs :: FilePath -> Array String -> Aff (Set FilePath)

Expands globs relative to the provided directory.

#expandGlobsCwd Source

expandGlobsCwd :: Array String -> Aff (Set FilePath)

Expands globs relative to the current working directory.

#expandGlobsWithStats Source

expandGlobsWithStats :: FilePath -> Array String -> Aff (Map FilePath Stats)

Expands globs relative to the provided directory, returning Stats.

#expandGlobsWithStatsCwd Source

expandGlobsWithStatsCwd :: Array String -> Aff (Map FilePath Stats)

Expands globs relative to the current working directory, returning Stats.