Globbing aliases

Built-In

Contains functionality related to file system globbing.

Directories

GetDirectories(GlobPattern, GlobberSettings) Gets all directories matching the specified pattern.
GetDirectories(GlobPattern) Gets all directories matching the specified pattern.

Files

GetFiles(GlobPattern, GlobberSettings) Gets all files matching the specified pattern.
GetFiles(GlobPattern) Gets all files matching the specified pattern.

Paths

GetPaths(GlobPattern, GlobberSettings) Gets all paths matching the specified pattern.
GetPaths(GlobPattern) Gets all paths matching the specified pattern.