Volume Cartographer 2.27.0
volcart::filesystem Namespace Reference

Alias for std::filesystem More...

Detailed Description

Alias for std::filesystem

If CMake variable VC_USE_BOOSTFS is false, then VC_FS_LIB is an alias for std::filesystem. Otherwise, it is an alias for boost::filesystem. This enables filesystem compatibility for compilers which do not provide std::filesystem.