|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| bool | BLI_file_alias_target (const char *filepath, char r_targetpath[FILE_MAXDIR]) |
| eFileAttributes | BLI_file_attributes (const char *path) |
macOS specific implementations for storage.c.
Definition in file storage_apple.mm.
| bool BLI_file_alias_target | ( | const char * | filepath, |
| char | r_targetpath[FILE_MAXDIR] | ||
| ) |
| r_targetpath | Buffer for the target path an alias points to. |
Definition at line 37 of file storage_apple.mm.
References error(), FILE_MAXDIR, and options.
| eFileAttributes BLI_file_attributes | ( | const char * | path | ) |
Definition at line 69 of file storage_apple.mm.
References ARRAY_SIZE, BLI_path_extension_check(), conv_utf_8_to_16(), error(), FILE_ATTR_ALIAS, FILE_ATTR_ARCHIVE, FILE_ATTR_COMPRESSED, FILE_ATTR_ENCRYPTED, FILE_ATTR_HIDDEN, FILE_ATTR_OFFLINE, FILE_ATTR_READONLY, FILE_ATTR_REPARSE_POINT, FILE_ATTR_SPARSE_FILE, FILE_ATTR_SYSTEM, FILE_ATTR_TEMPORARY, FILE_MAXDIR, ret, and UNUSED_VARS.
Referenced by filelist_readjob_list_dir(), and seq_disk_cache_get_files().