forked from yeoman/generator
-
Notifications
You must be signed in to change notification settings - Fork 0
file
Mickael Daniel edited this page Jan 30, 2013
·
2 revisions
Performs a glob search with the provided pattern
and optional Hash of
options
. Options can be any option supported by
glob
- pattern - Glob String pattern to look for
- options - Hash of options matching glob's option.
Returns an Array of filenames matching the pattern
Performs a glob search with the provided pattern
and optional Hash of
options
, filtering results to only return files (not directories). Options
can be any option supported by
glob
- pattern - Glob String pattern to look for
- options - Hash of options matching glob's option.
Returns an Array of filenames matching the pattern
Checks a given file path being absolute or not. Borrowed to grunt's file API.
simple facade to mkdirp.sync