So I was looking at the example EFFS_BASIC and in the FileSystemUtils it has all the handy File system functions you'd want. My question, however, is when looking at the calls they all seem to be f_xxxx and I can't find any reference or documentation to them, but looking at the EFFS documentation I find an equivalent fs_xxxx that seems to want the exact same parameters and functions in the exact same way.
So whats the difference, why is f_xxx used instead of fs_xxxx?
EFFS Functions question
Re: EFFS Functions question
I think you are looking at the standard file system, not the FAT 32 file system. In my \nburn\docs\effs dir, the fat file system docs show all functions starting with f_.