We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088b6ce commit 62b46b0Copy full SHA for 62b46b0
rtos-docs/filex/chapter4.adoc
@@ -276,6 +276,10 @@ This service creates a subdirectory in the current default directory or in the p
276
* *FX_PTR_ERROR* (0x18) Invalid media pointer
277
* *FX_INVALID_ATTR* (0x19) Invalid attributes selected.
278
* *FX_CALLER_ERROR* (0x20) Caller is not a thread.
279
+* *FX_INVALID_NAME** (0x0C) New directory name is invalid.
280
+* *FX_WRITE_PROTECT** (0x23) Specified media is write protected.
281
+* *FX_ALREADY_CREATED** (0x0B) Specified directory was already created.
282
+* *FX_INVALID_PATH** (0x0D) Path is invalid.
283
284
=== Allowed From
285
0 commit comments