dr_delete_dir

Function dr_delete_dir 

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

Deletes the given directory. Fails if the directory is not empty. Relative path support on Windows is identical to that described in dr_open_file().