Directory entries enumeration - FindDirEntry ?
Anton Kostov <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <abc1a179-ec2d-42a0-9ab7-350bd3ee0245@s50g2000hsb.googlegroups.com> |
Hello, I am porting my project to NSPR, and came to a showstopper, since I need to enumerate the contents of a Directory, and can't find any API for that. Maybe that's because these APO are intended to be used transparently with sockets etc. but still there are some specific I/O for the filesystem. How can this be achieved in NSPR? (i.e. in Win32 there are FindFile(...), FindNext(...), ... ) Thanks Anton