Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Static Public Member Functions | List of all members
SolidFramework.Platform.File Class Reference

Static Public Member Functions

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)