[This is preliminary documentation and is subject to change.]
Kinds of operations
Namespace:
Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.2.0
Syntax
| C# |
|---|
public enum OperationKind |
| Visual Basic (Declaration) |
|---|
Public Enumeration OperationKind |
| Visual C++ |
|---|
public enum class OperationKind |
| J# |
|---|
public enum OperationKind |
| JScript |
|---|
public enum OperationKind |
Members
| Member name | Description | |
|---|---|---|
| List | Retrieve a directory listing | |
| SyncDelete | Synchronize: Deleting files from plugin | |
| SyncPut | Synchronize: Uploading files to plugin | |
| SyncGet | Synchronize: Downloading files from plugin | |
| SyncSearch | Synchronize dirs searches subdirs for info | |
| SerachText | Searching for file contents (using also GetFile(String, String%, CopyFlags, RemoteInfo) calls) | |
| Search | Searching for file names only (using FindFirst(String, FindData%)/FindNext(Object, FindData%)/[M:Tools.TotalCommanderT.FileSystemPlugin.FindNext(System.Object]) | |
| CalcSize | Calculating size of subdir (user pressed SPACE) | |
| Exec | Start a single remote item, or a command line | |
| MkDir | Create a single directory | |
| Attrib | Change attributes/times, may include subdirs | |
| Delete | Delete multiple files, may include subdirs | |
| RenMovMulti | RenMov multiple files, may include subdirs | |
| RenMovSingle | Rename/Move/Remote copy a single file | |
| PuMulti | Put multiple files, may include subdirs | |
| PuSingle | Put a single file to the plugin file system | |
| GetMulti | Get multiple files, may include subdirs | |
| GetSingle | Get a single file from the plugin file system |