Function TRAP::FileSystem::CreateFolder#

Function Documentation#

bool TRAP::FileSystem::CreateFolder(const std::filesystem::path &path)#

Create a folder at the given path.

Note

This will also create all parent folders if they don’t exist already.

Parameters:

path – Path to folder.

Returns:

True if folder has been created successfully or already exists, false otherwise.