BALTECH SDK wrapper functions reference

§ brp_create_directory_recursive()

BRP_LIB bool brp_create_directory_recursive ( const char *  path)

Creates a directory recursively, creating intermediate directories as needed.

Parameters
pathThe directory path to create.
Returns
true on success, false on failure.