-
Find Files That Match a Wildcard Expression
-
Get the Total Free Space on a Drive
-
delete a directory
-
create a directory
-
check if a directory exists
-
Get Files from folder
-
Provides a file folder chooser dialog
-
Delete Directory Files
-
Directory.Delete does not delete individual files within the directory structure.
-
Safely copies file, creating all necessary directories and overwriting destination.
-
Is file Compressed
-
Get Files Recursive
-
Non Recursive Get Files
-
Directory Is Exists
-
Ensures that a directory exists, creating it if it doesn't.
-
Checks if the specified directory exists and create it if not present.
-
Clean Directory
-
Check Directory by path and extension
-
Copy Directory
-
Copies a directory.
-
Recursively copies a directory from one path to another, while creating any parent directories if they don't already exist.
-
Moves a directory from one path to another, while creating any parent directories if they don't already exist.
-
Recursive directory deletion that handles directories being opened in Windows Explorer. Source: http:stackoverflow.coma1703799
-
Recurse search a directory
-
List Directory by extension
-
Delete directory by pattern
-
Delete directory, if include the root
-
Creates a directory at the given path, if it's not existing
-
Creates a random directory structure to the specified depth, where each folder has a random name of the specified length with the available chars.
-
Get Directory Parallel
-
Copy Directory Recursive Internal
-
Is Same Directory
-
Remove first directory of path (if one exists). e.g. "maps\\my maps\\he.map" becomes "my maps\\he.map"
-
Clear Directory
-
Safely copies all content from one directory to another.
-
ReName Folder
-
Copy folder recursive
-
Ensure Folder Exists
-
Force Delete folder
-
Copy folder with pattern
-
Get Folder Size
-
Returns true when child Folder is a sub folder of parent Folder
-
Check if a folder is a direct sub folder of a main folder.
-
Get Folder To Open using FolderBrowserDialog
-
Create Directories
-
Create Dir
-
Delete Dir
-
Splits a path into all parts of its directories, e.g. "maps\\sub\\the" becomes {"maps\\sub\\the","maps\\sub","maps"}
-
Ensure Parent Exists
-
Calculates the best fragment size to be split.