Salmon
|
This is the complete list of members for Mku.Utils.FileCommander, including all inherited members.
AreJobsStopped() | Mku.Utils.FileCommander | |
Cancel() | Mku.Utils.FileCommander | |
Close() | Mku.Utils.FileCommander | |
CopyFiles(IVirtualFile[] filesToCopy, IVirtualFile dir, bool move, Action< IVirtualFileTaskProgress > OnProgressChanged, Func< IVirtualFile, string > AutoRename, bool autoRenameFolders, Action< IVirtualFile, Exception > OnFailed) | Mku.Utils.FileCommander | |
DeleteFiles(IVirtualFile[] filesToDelete, Action< IVirtualFileTaskProgress > OnProgressChanged, Action< IVirtualFile, Exception > OnFailed) | Mku.Utils.FileCommander | |
ExportFiles(IVirtualFile[] filesToExport, IRealFile exportDir, bool deleteSource, bool integrity, Action< IVirtualFileTaskProgress > OnProgressChanged, Func< IRealFile, string > AutoRename, Action< IVirtualFile, Exception > OnFailed) | Mku.Utils.FileCommander | |
FileCommander(FileImporter fileImporter, FileExporter fileExporter, FileSearcher fileSearcher) | Mku.Utils.FileCommander | |
ImportFiles(IRealFile[] filesToImport, IVirtualFile importDir, bool deleteSource, bool integrity, Action< RealFileTaskProgress > OnProgressChanged, Func< IRealFile, string > AutoRename, Action< IRealFile, Exception > OnFailed) | Mku.Utils.FileCommander | virtual |
IsFileSearcherRunning() | Mku.Utils.FileCommander | |
IsFileSearcherStopped() | Mku.Utils.FileCommander | |
IsRunning() | Mku.Utils.FileCommander | |
RenameFile(IVirtualFile file, string newFilename) | Mku.Utils.FileCommander | |
Search(IVirtualFile dir, string terms, bool any, FileSearcher.OnResultFoundListener OnResultFound, Action< FileSearcher.SearchEvent > OnSearchEvent) | Mku.Utils.FileCommander | |
StopFileSearch() | Mku.Utils.FileCommander |