/
fs_ls
fs_ls
List directory contents.
Usages
fs_ls
Arguments
None.
Output
List of directory contents.
Required Configuration
Available only if FS_SHELL_CFG_LS_EN
is DEF_ENABLED
.
Notes/Warnings
- The output resembles the output from the standard UNIX command ls -l. See the figure below.
fs_ls output
, multiple selections available,
Related content
fs_readdir_r()
fs_readdir_r()
More like this
fs_getcwd()
fs_getcwd()
More like this
fs_opendir()
fs_opendir()
More like this
Directory Access Functions - POSIX
Directory Access Functions - POSIX
More like this
fs_chdir()
fs_chdir()
More like this
FSDir_Rd()
FSDir_Rd()
More like this