Windows _findfirst , _findnext
Windows _findfirst , _findnext
- Subject: Windows _findfirst , _findnext
- From: koko <email@hidden>
- Date: Wed, 05 Oct 2011 14:31:31 -0600
In Windows the function
intptr_t _findfirst(CString search, _finddata_t *filedata)
returns in _finddata_t the file information for the first file matching search so if I pass /Path/*.ext I get the first file whose extension is extension
_findnext(CString search, _finddata_t *filedata) will continue on
Is there a best way to get thins done with NSFileManager?
-koko
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden