Function TRAP::FileSystem::OpenExternally#
Function Documentation#
-
bool TRAP::FileSystem::OpenExternally(const std::filesystem::path &p)#
Opens a file or folder with the default application.
Remark
Linux: Linux uses xdg-open for this functionality.
- Parameters:
p – File or folder to open.
- Returns:
True on success, false otherwise.