Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

µC/FS File and Directory Names and Paths

Files and directories are identified by a path string; for example, a file can be opened:

Code Block
languagecpp
p_file = fs_fopen("\\test\\file001.txt", "w");

...