IDuplicateFile

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

DeclarationCopy link to this sectionLink to this section copied!

IDuplicateFile : IDispatch

PropertiesCopy link to this sectionLink to this section copied!

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.

MethodsCopy link to this sectionLink to this section copied!

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