Skip to main content

switch_file_remove

Function switch_file_remove 

Source
pub unsafe extern "C" fn switch_file_remove(
    path: *const c_char,
    pool: *mut switch_memory_pool_t,
) -> switch_status_t
Expand description

Delete the specified file. @param path The full path to the file (using / on all systems) @param pool The pool to use. @remark If the file is open, it won’t be removed until all instances are closed.