A set of static utility methods used for directories without the MAX_PATH limitation.
Deletes all files and directories contained within the specified path, but does not delete the containing directory itself.
Creates the specified directory if it does not already exist.
Creates a symbolic link to a directory.
Deletes the specified directory and all of its contents.
Returns a sequence containing all of the directories within the specified directory (top-level only; does not recurse).
Returns a sequence containing all of the files within the specified directory (top-level only; does not recurse).
Retrieves the drive names of all logical drives on a computer.
Returns a value indicating whether the specified directory exists.
Returns a sequence containing all of the items within the specified directory that match the specified mask.
Returns a SlimDirectoryInfo instance representing the directory with the specified path.
Moves a directory.