FileInfo Methods |
The FileInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | CopyTo(String) |
Copies current file to destination.
(Inherited from FileInfo.) |
![]() | CopyTo(String, Boolean) |
Copies current file to destination.
(Inherited from FileInfo.) |
![]() | CopyToInternal |
Copies an existing file to a new file, allowing the overwriting of an existing file.
(Overrides FileInfoCopyToInternal(String, Boolean).) |
![]() | CreateText |
Creates or opens a file for writing UTF-8 encoded text.
(Inherited from FileInfo.) |
![]() | CreateTextInternal |
Creates or opens a file for writing UTF-8 encoded text.
(Overrides FileInfoCreateTextInternal.) |
![]() | Delete |
Deletes file.
(Inherited from FileInfo.) |
![]() | DeleteInternal |
Deletes file.
(Overrides FileInfoDeleteInternal.) |
![]() | MoveTo |
Moves an existing file to a new file.
(Inherited from FileInfo.) |
![]() | MoveToInternal |
Copies an existing file to a new file, allowing the overwriting of an existing file.
(Overrides FileInfoMoveToInternal(String).) |
![]() | OpenRead |
Creates a read-only ICMSFileStream.
(Inherited from FileInfo.) |
![]() | OpenReadInternal |
Opens file for reading.
(Overrides FileInfoOpenReadInternal.) |
![]() | OpenText |
Creates a StreamReader with UTF8 encoding that reads from an existing text file.
(Inherited from FileInfo.) |
![]() | OpenTextInternal |
Creates stream which reads from file.
(Overrides FileInfoOpenTextInternal.) |
![]() | ToString |
Converts FileInfo object to string.
(Overrides ObjectToString.) |