EFFS Functions question

Discussion to talk about software related topics only.
Post Reply
ccoleman
Posts: 9
Joined: Wed Nov 05, 2008 8:55 am

EFFS Functions question

Post by ccoleman »

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?
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: EFFS Functions question

Post by rnixon »

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_.
Post Reply