UPD: Shell file source - disable copy/move operations (they do not work with portable devices)

This commit is contained in:
Alexander Koblov 2023-07-18 22:05:13 +03:00
commit 49c7afa4fb

View file

@ -304,7 +304,7 @@ end;
function TShellFileSource.GetOperationsTypes: TFileSourceOperationTypes;
begin
Result := [fsoList, fsoExecute, fsoDelete, fsoCreateDirectory,
fsoMove, fsoCopy, fsoCopyIn, fsoCopyOut, fsoSetFileProperty,
fsoCopyIn, fsoCopyOut, fsoSetFileProperty,
fsoCalcStatistics];
end;