File Class
Name | Description | |
---|---|---|
CreateBackup(string, string, bool) | Creates the file backup. | |
CreateShortcut(string, string, string) | Creates the shortcut. | |
DeleteForever(string) | Deletes the file forever. | |
DeleteToRecycleBin(string) | Deletes the file to Recycle Bin. | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (inherited from Object). | |
ExtractIconFromExecutable(string) | Extracts the icon from executable (EXE). | |
ExtractIconFromFile(string) | Retrieves an Icon from an ICO or EXE file. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). | |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object). | |
GetMD5(string) | Gets the MD5 from file. | |
GetText(string) | Gets the text from file. | |
GetType | Gets the Type of the current instance. (inherited from Object). | |
IsPeExe(string) | Is this a PE file. | |
Join(string, string) | Joins the files as one. | |
LoadCustomFont(string, float, FontStyle) | Loads the custom font from file. | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). | |
NameGenerator(string, string) | Files name generator. | |
Print(string) | Prints the file. | |
SaveTextDialog(string, string, string) | Saves the text dialog. | |
ShowInExplorer(string) | Shows the file in Windows Explorer. | |
Split(string, string, int) | Splits the file as many. | |
ToString | Returns a string that represents the current object. (inherited from Object). | |
Unzip(string, string) | Unzip the zip file. | |
WriteTextAsUTF8_ToTemp(string, string) | Writes the text to file as UTF-8 to temp folder. |
VitNX3.Functions.FileSystem.File