I know what an API is (Application Programming Interface) but was wondering if someone could explain what a "filesystem API" is. Thank you

link|improve this question

You know what an API is, but do you know what a "filesystem" is? – m0skit0 Oct 27 '11 at 10:08
feedback

closed as not a real question by random Oct 27 '11 at 19:11

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

2 Answers

up vote 5 down vote accepted

It's a Application Programming Interface that lets you talk to the file sytem kernel code of your Operating System. This way you can do things like reading and writing files, as well as setting their properties.

link|improve this answer
feedback

An API for enumerating files and directories, as well as creating, reading, writing and deleting files, reading and modifying file attributes and security descriptors.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.