ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamOperationType Enumeration

Flags specifying the operation type. The selected operation will be performed on the source files.

Syntax
Pascal
TJamOperationType = ( otCopy, otDelete, otMove, otRename );
Members 
Description 
otCopy 
With otCopy the source files will be copied in the destination folder.  
otDelete 
With otDelete the source files will be deleted.  
otMove 
With otMove the source files will be moved to the destination folder.  
otRename 
With otRename the source files will be renamed.  
Copyright (c) 2011. All rights reserved.