pub unsafe extern "C" fn storage_common_stat(
    storage: *mut Storage,
    path: *const i8,
    fileinfo: *mut FileInfo
) -> FS_Error
Expand description

Retrieves information about a file/directory @param app pointer to the api @param path path to file/directory @param fileinfo pointer to the read FileInfo, may be NULL @return FS_Error operation result