IDuplicateFile

The interface represents a duplication created by IFileOperation.NewDuplicateFile to create a copy of an existing file.

Declaration

IDuplicateFile : IDispatch

Properties

IComponent Component()
- Gets or sets the component associated with this operation.

IFolder Directory()
- Gets or sets the destination folder for the duplicated file.

IFile FileToDuplicate()
- Gets or sets the file to be duplicated.

string FullPath()
- Gets the full destination path of the duplicated file.

string Name()
- Gets or sets the name of this operation.

string Type()
- Gets the operation type identifier.

Methods

void DeleteFile()
- Deletes the duplicated file from the destination..