FX_DIRECTORY is only used within filex.
 
Symbols
loading...
Files
loading...

FX_DIRECTORY macro

Syntax

#define FX_DIRECTORY 0x10

References

LocationText
fx_api.h:467
#define FX_DIRECTORY 0x10
fx_directory_attributes_read.c:134
if ((dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY)) == 0)
fx_directory_attributes_set.c:147
if ((dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY)) == 0)
fx_directory_attributes_set.c:159
dir_entry.fx_dir_entry_attributes = (UCHAR)(attributes | FX_DIRECTORY);
fx_directory_create.c:410
dir_entry.fx_dir_entry_attributes = FX_DIRECTORY;
fx_directory_default_set.c:173
if ((status != FX_SUCCESS) || (!(dir_entry.fx_dir_entry_attributes & FX_DIRECTORY)))
fx_directory_delete.c:188
if (!(dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY)))
fx_directory_local_path_set.c:158
if ((status != FX_SUCCESS) || (!(dir_entry.fx_dir_entry_attributes & FX_DIRECTORY)))
fx_directory_name_test.c:127
if (!(dir_entry.fx_dir_entry_attributes & (UCHAR)FX_DIRECTORY))
fx_directory_rename.c:213
if (!(old_dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY)))
fx_directory_search.c:801
if (entry_ptr -> fx_dir_entry_attributes & FX_DIRECTORY)
fx_file_attributes_read.c:121
not_a_file_attr = FX_DIRECTORY | FX_VOLUME;
fx_file_attributes_set.c:126
not_a_file_attr = FX_DIRECTORY | FX_VOLUME;
fx_file_delete.c:182
not_a_file_attr = FX_DIRECTORY | FX_VOLUME;
fx_file_open.c:139
not_a_file_attr = FX_DIRECTORY | FX_VOLUME;
fx_file_open.c:144
not_a_file_attr = FX_DIRECTORY | FX_VOLUME;
fx_file_rename.c:224
not_a_file_attr = FX_DIRECTORY | FX_VOLUME;
fx_media_check.c:637
if ((dir_entry_ptr -> fx_dir_entry_attributes & FX_DIRECTORY)
fx_media_check.c:676
if (dir_entry_ptr -> fx_dir_entry_attributes & FX_DIRECTORY)
fxe_directory_attributes_set.c:90
if ((INT)attributes & ~(FX_DIRECTORY | FX_READ_ONLY | FX_HIDDEN | FX_SYSTEM | FX_ARCHIVE))