This is a pretty simple question- how can I check if a NSURL is linking to a local file?
I know, RTFM, but I checked the documentation and I don\'t seem to see any m
The -isFileURL will check if your URL uses the file: scheme. It doesn't check whether it's referencing an actual file.
-isFileURL
file: