BALTECH Docs
BALTECH SDK wrapper functions reference
§
brp_directory_exists()
BRP_LIB bool brp_directory_exists
(
const char *
path
)
Checks if a directory exists at the given path.
Parameters
path
The directory path to check.
Returns
true if the directory exists, false otherwise.