Click or drag to resize

FileData Methods

The FileData type exposes the following members.

Methods
  NameDescription
Public methodCopyTo
Copies the current file to the specified destination file.
Public methodCopyToFolder
Copies the current file to the specified destination folder
Public methodDelete
Deletes the current file.
Public methodGetFormat
Gets the current file format using the file extension or the content signature.
Public methodMoveTo
Moves the current file to the specified destination file.
Public methodMoveToFolder
Moves the current file to the specified destination folder.
Public methodTryDelete
Attempts to delete the current file.
Top
See Also