mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD/StashFS: step-28: support Copy/Move options
This commit is contained in:
parent
145a333a44
commit
cf6e1725e1
1 changed files with 4 additions and 0 deletions
|
|
@ -211,6 +211,10 @@ begin
|
|||
FCurrentAddress:= STASH_SCHEME;
|
||||
_fileSystemFS:= IFileSystemFileSource(FileSourceManager.Find(TFileSystemFileSource,EmptyStr));
|
||||
_fileSystemFS.AddEventListener( @self.onFileSystemEvent );
|
||||
|
||||
FOperationsClasses[fsoCopyIn] := TStashCopyInOperation.GetOperationClass;
|
||||
FOperationsClasses[fsoCopyOut] := _fileSystemFS.GetOperationClass(fsoCopyOut);
|
||||
FOperationsClasses[fsoMove] := _fileSystemFS.GetOperationClass(fsoMove);;
|
||||
end;
|
||||
|
||||
destructor TStashFileSource.Destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue