|
static string | ReadAllText (string path) |
| Returns the contents of the specified file (assumes it is encoded as UTF8)
|
|
static bool | WriteAllText (string path, string text) |
| Writes the text to the specified file using UTF8 encoding
|
|
static bool | Exists (string path) |
|
static bool | Delete (string path) |
|
static bool | Move (string source, string destination, bool overwrite) |
|
static bool | Move (string source, string destination) |
|
static bool | Copy (string source, string destination, bool overwrite) |
|
static bool | Copy (string source, string destination) |
|