fs

Methods

(static) isDir(path) → {boolean}

Is the path a directory?

Source:
Parameters:
Name Type Description
path String
Returns:
Type:
boolean

(static) isDirEmpty(path) → {boolean}

Is the path an empty directory?

Source:
Parameters:
Name Type Description
path String
Returns:
Type:
boolean

(static) isDirEmpty_(path) → {boolean}

Is the path an empty directory? (async)

Source:
Parameters:
Name Type Description
path String
Returns:
Type:
boolean

(static) isDir_(path) → {boolean}

Is the path a directory? (async)

Source:
Parameters:
Name Type Description
path String
Returns:
Type:
boolean