Skip to content

Add missing return values for fx_directory_create api #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions rtos-docs/filex/chapter4.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ This service creates a subdirectory in the current default directory or in the p
- **FX_PTR_ERROR** (0x18) Invalid media pointer
- **FX_INVALID_ATTR** (0x19) Invalid attributes selected.
- **FX_CALLER_ERROR** (0x20) Caller is not a thread.
- **FX_INVALID_NAME** (0x0C) New directory name is invalid.
- **FX_WRITE_PROTECT** (0x23) Specified media is write protected.
- **FX_ALREADY_CREATED** (0x0B) Specified directory was already created.
- **FX_INVALID_PATH** (0x0D) Path is invalid.

### Allowed From

Expand Down