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

FX_READ_ONLY macro

Syntax

#define FX_READ_ONLY 0x01

References

LocationText
fx_api.h:463
#define FX_READ_ONLY 0x01
fx_api.h:469
#define FX_LONG_NAME (FX_READ_ONLY | FX_HIDDEN | FX_SYSTEM | FX_VOLUME)
fx_directory_delete.c:203
if (dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_READ_ONLY))
fx_file_delete.c:203
if (dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_READ_ONLY))
fx_file_open.c:255
fxe_directory_attributes_set.c:90
if ((INT)attributes & ~(FX_DIRECTORY | FX_READ_ONLY | FX_HIDDEN | FX_SYSTEM | FX_ARCHIVE))
fxe_file_attributes_set.c:89
if ((INT)attributes & ~(FX_READ_ONLY | FX_HIDDEN | FX_SYSTEM | FX_ARCHIVE))