Function TRAP::FileSystem::GetCurrentWorkingFolderPath# Function Documentation# TRAP::Optional<std::filesystem::path> TRAP::FileSystem::GetCurrentWorkingFolderPath()# Change the current working folder to the given path. Parameters: p – Path to change the current working folder to. Returns: Current working folder on success, empty optional otherwise.