#define FS_PERMIT_R 0x00000001UL
#define FS_PERMIT_W 0x00000002UL
Constants used if specifying the access rights when creating a file or directory using the file system API.
FS_PERMIT_R | Permits read-only access. |
FS_PERMIT_W | Permits write access. |
FS_CreateFile FS_CreateDirectory
2007/09/18 Initial version.
CONFIDENTIAL