public static class FilesFolders| name | description |
|---|---|
| static CopyAll(…) | Copies the folder and all of its files and folders including subfolders to the target location |
| static FileExists(…) | |
| static GetPreviousExistingDirectory(…) | Gets the previous level directory from a path string. Checks that previous level directory exists and returns it as a path string, or empty string if doesn't exist |
| static IsLocationPathString(…) | This checks whether a given string is a directory path or network location string. It does not check if location actually exists. |
| static LocationExists(…) | |
| static OpenContainingFolder(…) | |
| static OpenPath(…) | |
| static RemoveFolderIfExists(…) | |
| static ReturnPreviousDirectoryIfIncompleteString(…) | Returns the previous level directory if path incomplete (does not end with ''). Does not check if previous level directory exists. Returns passed in string if is complete path |
| static VerifyBothFolderFilesEqual(…) |
- namespace Flow.Launcher.Plugin.SharedCommands