Skip to main content

fs_remove_file

Function fs_remove_file 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn fs_remove_file( handle: *mut FsHandle, name: *const c_char, ) -> i32
Expand description

Remove a file (or empty directory) at the given path.

ยงSafety

name must be a valid null-terminated C string (may contain / separators).