PointCloud2BIM Library  1.0
Library to facilitate the transpormation of point clouds into digital BIM representation
Functions
filesystem_utils.h File Reference

Set of functions supporting filesystem operations. More...

#include <filesystem>
Include dependency graph for filesystem_utils.h:

Functions

bool directory_exists (const fs::path &p, fs::file_status s=fs::file_status{})
 Check if a given directory path exists. More...
 

Detailed Description

Set of functions supporting filesystem operations.

Function Documentation

bool directory_exists ( const fs::path &  p,
fs::file_status  s = fs::file_status{} 
)

Check if a given directory path exists.

Parameters
pPath to directory
sFile status
Returns
True if directory exists
False if diretory does not exist