...
Anchor
Usages
Anchor
fs_cd [dir]
Arguments
Anchor
Absolute directory path.
...
OR
...
Path relative to current working directory.
...
Output
Anchor
Required Configuration
Anchor
FS_SHELL_CFG_CD_EN
is DEF_ENABLED
.Notes/Warnings
Anchor
...
a. If the component is a ‘dot’ component, it is removed
...
...
b. If the component is a ‘dot dot’ component, and the preliminary working directory path is not NULL, the previous path component is removed. In any case, the ‘dot dot’ component is removed.
...
c. Trailing path separator characters are removed, and multiple path separator characters are replaced by a single path separator character.
...