ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Dialogs.FileOperation.TJamOperationType

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

Syntax
Pascal
TJamOperationType = (
  otCopy,
  otDelete,
  otMove,
  otRename,
  otNewFile,
  otNewFolder,
  otSetProperties,
  otZip,
  otUnzip
);
Members 
Description 
otCopy 
Copy files and folders specified in TJamFileOperation.SourceFiles to folder specified in TJamFileOperation.Destination.  
otDelete 
Delete files and folders specified in TJamFileOperation.SourceFiles.  
otMove 
Move files and folders specified in TJamFileOperation.SourceFiles to folder specified in TJamFileOperation.Destination.  
otRename 
Rename files and folders specified in TJamFileOperation.SourceFiles to a given name in TJamFileOperation.Destination.  
otNewFile 
Creates a new file specified in TJamFileOperation.Destination.  
otNewFolder 
Creates a new folder specified in TJamFileOperation.Destination.  
otSetProperties 
Set properties of TJamFileOperation.SourceFiles.  
otZip 
Append TJamFileOperation.SourceFiles to a ZIP file specified in TJamFileOperation.Destination.  
otUnzip 
Extract all files from a ZIP file specified in TJamFileOperation.SourceFiles to a an existing folder specified in TJamFileOperation.Destination.