ShellBrowser Delphi Components Documentation
|
Destination: string;
This member can be used for command that need an additional string parameter, like rename, create folder or move.
Value depends on the TShellAction: saDefault and saOpen : The working directory. saRename and saCreateNewFolder : The new name of the file/folder. saCopy : Empty to copy to the clipboard, or the fullpath (including the filename) to copy to. Non exisitng folders must be created automatically. saMove : The fullpath (including the filename) where to move to. Non existing folders must be created automatically. If the value is an URL, the URL is expected to be properly encoded.