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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com