Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

directoryContentsAtPath deprecated iOS 4

Tags:

iphone

ios4

I am using directoryContentsAtPath: which is deprecated in iOS 4 what to use instead this??

Thanks

like image 654
Gyani Avatar asked Oct 12 '10 08:10

Gyani


1 Answers

directoryContentsAtPath:

Returns the directories and files (including symbolic links) contained in a given directory. (Deprecated in iOS 2.0. Use contentsOfDirectoryAtPath:error: instead.)

like image 146
Vladimir Avatar answered Oct 17 '22 06:10

Vladimir