namespace CCL::ShellCommand

Helper to implement commands using the operating system shell.

namespace ShellCommand {

// global functions

StringRef getShowFileInSystemTitle ();
bool showFileInSystem (UrlRef path, bool checkOnly = false);

} // namespace ShellCommand