storage_common_mkdir

Function storage_common_mkdir 

Source
pub unsafe extern "C" fn storage_common_mkdir(
    storage: *mut Storage,
    path: *const c_char,
) -> FS_Error
Expand description

Create a directory.

§Arguments

  • storage - pointer to a storage API instance.
  • path - pointer to a zero-terminated string containing the directory path.

§Returns

FSE_OK if the directory has been successfully created, any other error code on failure.