Directory class
Directory helper class. System.IO .
public static class Directory
Public Members
name | description |
---|---|
static Delete(…) | Delete directory. |
static DirectoryCreate(…) | Create directory. |
static DirectoryGetSize(…) | Get Size of directory. |
static Exist(…) | . Directory exist or not. |
static GetSubdirectoryList(…) | Get all directories from a directory. |
static Move(…) | Move directory to new place. |
See Also
- namespace LiTools.Helpers.IO
- Directory.cs