Function Blam::Utils::IO::ValidatePath

Function Documentation

void Blam::Utils::IO::ValidatePath(std::string path)

Validates that the specified path exists.

The path can be any relative or absolute path. The function will automatically create any and all required subdirectories to ensure that the path can be written to.

Parameters
  • path: - The path to validate.