Name | Description | |
---|---|---|
![]() ![]() | CopyTo | Copies an existing file to a new file, disallowing the overwriting of an existing file. |
![]() ![]() | CreateAppendStreamWriter | Overloaded. Creates a System.IO.StreamWriter that appends text to the file represented by this instance of the IWritableFileInfo. |
![]() ![]() | CreateStreamWriter | Overloaded. Creates a System.IO.StreamWriter that writes a new text file. |
![]() ![]() | CreateWriteStream | Overloaded. Creates a new file with read/write access, returning a System.IO.Stream to access its data. |
![]() ![]() | Delete | Permanently deletes a file, specifying whether the file must exist. |
![]() ![]() | DeleteExisting | Permanently deletes a file, if it exists. |
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from object) |
![]() | GetType | Gets the System.Type of the current instance. (Inherited from object) |
![]() ![]() | LoadFromOSFile | Overloaded. Loads a file in an abstract writable file provider with a contents of normal (operating system) file. |
![]() ![]() | MoveTo | Moves a specified file to a new location, providing the option to specify a new file name. |
![]() ![]() | MoveToWritableFileInfo | Overloaded. Moves the file represented by a writable file info to a destination writable file info. |
![]() ![]() | Rename | Renames a file. |
![]() ![]() | Replace | Overloaded. Replaces the contents of a specified file with the file described by the current IWritableFileInfo object, deleting the original target file. |
![]() | ToString | Returns a string that represents the current object. (Inherited from object) |
![]() ![]() | WriteAllBytes | Overloaded. Writes binary data to a file in an abstract writable file provider. |
![]() ![]() | WriteAllText | Overloaded. Writes text to a file in an abstract writable file provider. |