IO Members

The IO type exposes the following members.

Methods


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