File Handling

Can anyone suggest a light, simple File Handling library I can use? By which I mean a library that will allow the user to open a dialog box showing the folders and whatnot. I've used a massive GUI library which had this function, but it's far too heavy and cumbersome for what I want to do now and I certainly won't use it just for this one operation. I've also looked at Qt, but it seems to be far too extensive for what I need.
Last edited on
For Windows see: http://msdn.microsoft.com/en-us/library/ms646927%28VS.85%29.aspx
If not, use GTK+ or Qt's file picker dialogs.
Topic archived. No new replies allowed.