Quantcast
Channel: Developer Feed - Snippet
Viewing all articles
Browse latest Browse all 178

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>

read more


Viewing all articles
Browse latest Browse all 178

Trending Articles