Folder Class
Name | Description | |
---|---|---|
Copy(string, string) | Copies the folder. | |
DeleteForever(string) | Deletes the folder forever. | |
DeleteToRecycleBin(string) | Deletes the folder to Recycle Bin. | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (inherited from Object). | |
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). | |
GetItemsList(string) | Gets the items list in folder. | |
GetSize(DirectoryInfo) | Gets the folder size. | |
GetType | Gets the Type of the current instance. (inherited from Object). | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). | |
ShowInExplorer(string) | Shows the folder in Windows Explorer. | |
ToString | Returns a string that represents the current object. (inherited from Object). | |
Zip(string, string) | Zips the folder. |
VitNX3.Functions.FileSystem.Folder