The IFileInfo type exposes the following members.
Methods
| Name | Description |
---|
 | CopyTo |
Copies this file's contents to the destination file.
The destination file will be overwritten if it already exists.
|
 | Delete |
Deletes a file.
|
 | Write |
Writes data in the file. The data are written in a stream.
|
See Also