| FileInfo Methods | 
The FileInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyTo(String) | 
            Copies current file to destination. 
              | |
| CopyTo(String, Boolean) | 
            Copies current file to destination. 
              | |
| CopyToInternal | 
            Copies an existing file to a new file, allowing the overwriting of an existing file.
              | |
| CreateText | 
            Creates or opens a file for writing UTF-8 encoded text.
              | |
| CreateTextInternal | 
            Creates or opens a file for writing UTF-8 encoded text.
              | |
| Delete | 
            Deletes file.
              | |
| DeleteInternal | 
            Deletes file.
              | |
| MoveTo | 
            Moves an existing file to a new file.
              | |
| MoveToInternal | 
            Moves an existing file to a new file.
              | |
| New | 
            Initializes new instance of file info object.
              | |
| OpenRead | 
            Creates a read-only ICMSFileStream.
              | |
| OpenReadInternal | 
            Creates a read-only FileStream.
              | |
| OpenText | 
            Creates a StreamReader with UTF8 encoding that reads from an existing text file.
              | |
| OpenTextInternal | 
            Creates a StreamReader with UTF8 encoding that reads from an existing text file.
              |