...
A separate set of file operations (or entry) functions manage the files and directories available on the system. Using these functions, the application can copy, create, delete and rename files, and get and set a file or directory’s attributes and date/time. The available entry functions are listed inin Table - Entry API Functions.
The entry functions and the FSFile_Open()
function accept full file paths. For information about using file and path names, see µC/FS File and Directory Names and Paths.
...