The FileSystem module contains the procedures used to perform file, directory or folder, and system operations.
| C# | Visual Basic |
public sealed class FileSystem
Public NotInheritable Class FileSystem
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| FileCopy(String, String) |
Copies a file.
| |
| FileDateTime(String) |
Returns a Date value that indicates the date and time when a file was created or last modified.
| |
| FileLen(String) |
Returns a Long value specifying the length of a file in bytes.
| |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Kill(String) |
Deletes files from a disk.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Rename(String, String) |
Renames a disk file, directory, or folder.
| |
| RmDir(String) |
Removes an existing directory or folder.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| FileSystem | |