Skip to main content

dr_directory_exists

Function dr_directory_exists 

Source
pub unsafe extern "C" fn dr_directory_exists(
    fname: *const c_char,
) -> bool_
Expand description

Checks for the existence of a directory. Relative path support on Windows is identical to that described in dr_open_file().