The IFileInfo type exposes the following members.

Collapse imageMethods

  NameDescription
Public methodCopyTo
Copies this file's contents to the destination file. The destination file will be overwritten if it already exists.
Public methodDelete
Deletes a file.
Public methodWrite
Writes data in the file. The data are written in a stream.

Collapse imageSee Also