I have a path to file contained in an NSString. Is there a method to get its file size?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
See sample code in FileManager's attributesOfItemAtPath:error: documentation |
|||||||||
|
|
Bear in mind that fileAttributesAtPath:traverseLink: is deprecated as of Mac OS X v10.5. Use With the caveat that I'm an Objective-C newbie, and I'm ignoring errors that might occur in calling
|
|||||
|
|
I gave both @thesamet and @Frank a vote up, but still think this one liner can help people:
|
|||||||||||||||
|
|
CPU raises with attributesOfItemAtPath:error:
|
|||||
|
|
Following the answer from Oded Ben Dov, I would rather use an object here:
|
|||
|
|
