Function TRAP::FileSystem::SetCurrentWorkingFolderPath#
Function Documentation#
-
bool TRAP::FileSystem::SetCurrentWorkingFolderPath(const std::filesystem::path &p)#
Change the current folder to the given path.
- Parameters:
p – Folder path to change to.
- Returns:
True on success, false otherwise.