Skip to main content

xila_file_system_directory_get_access

Function xila_file_system_directory_get_access 

Source
pub unsafe extern "C" fn xila_file_system_directory_get_access(
    directory: *mut XilaFileSystemDirectory,
    access: *mut XilaFileSystemAccess,
) -> XilaFileSystemResult
Expand description

This function is used to get the access flags of a directory.

ยงSafety

The caller must ensure that the provided pointer is valid and points to a properly initialized XilaFileSystemItem that is a directory.