ImageEn, unit iexFolderMView

TImageEnFolderMView.CopySelectedFilesToFolder

TImageEnFolderMView.CopySelectedFilesToFolder

Declaration

function CopySelectedFilesToFolder(const sDestFolder: string): Boolean;

Description

Copies the selected files from the current folder to sDestFolder

Result is False if the action failed or was aborted.

Progress, confirmation and other options are controlled by FileOperationOptions. These options are not supported when copying from a device folder.

Example

IEFolderMView1.CopySelectedFilesToFolder( 'D:\Backup\' );

See Also

FileOperationOptions
MoveSelectedFilesToFolder
MoveFilesToCurrentFolder
CopyFilesToCurrentFolder
DeleteSelectedFilesFromFolder