IO Members
The IO type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
CopyFile |
Copies the file.
|
|
|
CreateDirectoryIfMissing |
Creates the directory if missing.
|
|
|
DeleteDirectory |
Deletes the directory.
|
|
|
DeleteFile |
Deletes the file.
|
|
|
DeleteFileIfExists |
Deletes the file if exists.
|
|
|
DirectoryExists |
Directories the exists.
|
|
|
DirectoryName |
Directories the name.
|
|
|
Equals(System.Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
|
FileExists |
Files the exists.
|
|
|
FileIsValid |
Files the is valid.
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetFileContents |
Gets the file contents.
|
|
|
GetFileName |
Gets the name of the file.
|
|
|
GetFilesFinfo |
Gets the files finfo.
|
|
|
GetFilesList |
Gets the files list.
|
|
|
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
ImageFromFile |
Images from file.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
MoveDirectory |
Moves the directory.
|
|
|
MoveFile |
Moves the file.
|
|
|
ParentDir |
Parents the dir.
|
|
|
PathCombine |
Pathes the combine.
|
|
|
PathExtension |
Pathes the extension.
|
|
|
PathFileName |
Pathes the name of the file.
|
|
|
PathFileNameWithoutExtension |
Pathes the file name without extension.
|
|
|
PathRoot |
Pathes the root.
|
|
|
ReadFileContents |
Reads the file contents.
|
|
|
TempFilePath |
Temporaries the file path.
|
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
|
VirtualPath |
Virtuals the path.
|
|
|
WriteFileContents(String, String) |
Writes the file contents.
|
|
|
WriteFileContents(String, array<Byte>[]()[][]) |
Writes the file contents.
|