Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

File

Called from

Code enabled by

fs_api.c

Application

FS_CFG_API_EN and not FS_CFG_RD_ONLY_EN

Delete a directory.

Arguments

name_full

Name of the file.

Returned Value

0, if the directory is removed.

-1, if the directory is not removed.

Notes/Warnings

  1. A directory can be removed only if it is an empty directory.
  2. The root directory cannot be removed.

Example

  • No labels