Class FileSystemUtility
A utility class used to support work with file system.
public static class FileSystemUtility
- Inheritance
-
FileSystemUtility
Methods
- CopyDirectory(string, string)
Copies source directory with entire content including sub-directories to the specified destination.
- EnsureDirectoryExists(string)
Ensures that the specified path exists and creates it if necessary.