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 | ||
---|---|---|
| ||
p_file = fs_fopen("\\test\\file001.txt", "w"); |
...
RAM requirements are summarized in Table - ROM RAM Requirements. The total depends on the number of each object allocated and the maximum sector size (set by values passed to FS_Init()
in the file system configuration structure), and various name length configuration parameters (see Name Restriction Configuration, “FS_CFG_MAX_PATH_NAME_LEN”).
...