Quantcast
Channel: snippet Feed
Viewing all articles
Browse latest Browse all 29

How to remove all files of a particular type from a directory in iOS?

$
0
0

Lets say you want to remove(delete) all the files of a particular extension say PNG from the Documents folder of the app. We can use the following code snippet.


NSString*fileExt =@"png";</p>


Viewing all articles
Browse latest Browse all 29

Trending Articles