Mono Class Library: OverviewSystem.IO.File: Members |
The members of System.IO.File are listed below.
See Also: Inherited members from System.Object
staticAppendAllText(string, string) Documentation for this section has not yet been entered. staticAppendAllText(string, string, System.Text.Encoding) Documentation for this section has not yet been entered. staticAppendText(string) : StreamWriter Appends UTF-8 encoded text to an existing file. staticCopy(string, string) Copies the specified file to a new location. staticCopy(string, string, bool) Copies the specified file to a new location. staticCreate(string) : FileStream Creates or overwrites the specified file. staticCreate(string, int) : FileStream Creates or overwrites the specified file. staticCreate(string, int, FileOptions) : FileStream Documentation for this section has not yet been entered. staticCreate(string, int, FileOptions, System.Security.AccessControl.FileSecurity) : FileStream Documentation for this section has not yet been entered. staticCreateText(string) : StreamWriter Creates or opens a file for writing UTF-8 encoded text. staticDecrypt(string) Documentation for this section has not yet been entered. staticDelete(string) Deletes the specified file. staticEncrypt(string) Documentation for this section has not yet been entered. staticExists(string) : bool Returns a bool indicating whether the specified file exists. staticGetAccessControl(string) : System.Security.AccessControl.FileSecurity Documentation for this section has not yet been entered. staticGetAccessControl(string, System.Security.AccessControl.AccessControlSections) : System.Security.AccessControl.FileSecurity Documentation for this section has not yet been entered. staticGetAttributes(string) : FileAttributes Documentation for this section has not yet been entered. staticGetCreationTime(string) : DateTime Returns the creation date and time of the specified file or directory. staticGetCreationTimeUtc(string) : DateTime Documentation for this section has not yet been entered. staticGetLastAccessTime(string) : DateTime Returns the date and time the specified file or directory was last accessed. staticGetLastAccessTimeUtc(string) : DateTime Documentation for this section has not yet been entered. staticGetLastWriteTime(string) : DateTime Returns the date and time the specified file or directory was last written to. staticGetLastWriteTimeUtc(string) : DateTime Documentation for this section has not yet been entered. staticMove(string, string) Moves the specified file to a new location. staticOpen(string, FileMode) : FileStream Opens a System.IO.FileStream on the specified file with read/write access. staticOpen(string, FileMode, FileAccess) : FileStream Opens a System.IO.FileStream on the specified file. staticOpen(string, FileMode, FileAccess, FileShare) : FileStream Opens a System.IO.FileStream on the specified file. staticOpenRead(string) : FileStream Opens an existing file for reading. staticOpenText(string) : StreamReader Opens an existing UTF-8 encoded text file for reading. staticOpenWrite(string) : FileStream Opens an existing file for writing. staticReadAllBytes(string) : byte[] Documentation for this section has not yet been entered. staticReadAllLines(string) : string[] Documentation for this section has not yet been entered. staticReadAllLines(string, System.Text.Encoding) : string[] Documentation for this section has not yet been entered. staticReadAllText(string) : string Documentation for this section has not yet been entered. staticReadAllText(string, System.Text.Encoding) : string Documentation for this section has not yet been entered. staticReplace(string, string, string) Documentation for this section has not yet been entered. staticReplace(string, string, string, bool) Documentation for this section has not yet been entered. staticSetAccessControl(string, System.Security.AccessControl.FileSecurity) Documentation for this section has not yet been entered. staticSetAttributes(string, FileAttributes) Documentation for this section has not yet been entered. staticSetCreationTime(string, DateTime) Sets the creation date and time for the specified file. staticSetCreationTimeUtc(string, DateTime) Documentation for this section has not yet been entered. staticSetLastAccessTime(string, DateTime) Sets the date and time the specified file was last accessed. staticSetLastAccessTimeUtc(string, DateTime) Documentation for this section has not yet been entered. staticSetLastWriteTime(string, DateTime) Sets the date and time a file was last written to. staticSetLastWriteTimeUtc(string, DateTime) Documentation for this section has not yet been entered. staticWriteAllBytes(string, byte[]) Documentation for this section has not yet been entered. staticWriteAllLines(string, string[]) Documentation for this section has not yet been entered. staticWriteAllLines(string, string[], System.Text.Encoding) Documentation for this section has not yet been entered. staticWriteAllText(string, string) Documentation for this section has not yet been entered. staticWriteAllText(string, string, System.Text.Encoding) Documentation for this section has not yet been entered.