|
PointCloud2BIM Library
1.0
Library to facilitate the transpormation of point clouds into digital BIM representation
|
Set of functions supporting filesystem operations. More...
#include <filesystem>
Functions | |
| bool | directory_exists (const fs::path &p, fs::file_status s=fs::file_status{}) |
| Check if a given directory path exists. More... | |
Set of functions supporting filesystem operations.
| bool directory_exists | ( | const fs::path & | p, |
| fs::file_status | s = fs::file_status{} |
||
| ) |
Check if a given directory path exists.
| p | Path to directory |
| s | File status |
1.8.11