|
| static string | WildcardToRegex (string pattern) |
| |
| static string | CleanSwitchPath (string path) |
| |
| static string[] | GetFiles (string path, string searchPattern) |
| |
| static void | SetAttributes (string path, FileAttributes fileAttributes) |
| |
| static void | CreateDirectory (string path) |
| |
| static bool | Exists (string path, bool cloud=false) |
| |
| static void | Delete (string path, bool cloud=false) |
| |
| static string | GetFullPath (string path, bool cloud) |
| |
| static void | Copy (string source, string destination, bool cloud=false, bool overwrite=true) |
| |
| static void | Move (string source, string destination, bool cloud, bool overwrite=true) |
| |
| static void | WriteAllText (string path, string data) |
| |
| static string | ReadAllText (string path) |
| |
| static byte[] | ReadAllBytes (string path, bool cloud=false) |
| |
| static void | WriteAllBytes (string path, byte[] data, bool cloud=false) |
| |
| static void | Write (string path, byte[] data, int length, bool cloud) |
| |
| static bool | MoveToCloud (string localPath, string cloudPath) |
| |
| static bool | MoveToLocal (string cloudPath, string localPath) |
| |
| static string | GetFileName (string path, bool includeExtension=true) |
| |
| static string | GetParentFolderPath (string path, bool includeExtension=true) |
| |
Definition at line 17 of file FileUtilities.cs.
The documentation for this class was generated from the following file: