Given an NSFileWrapper object (for a file or directory), is there any way to get the full path for the location of the actual file on the disk?
[fileWrapper filename]
only returns the file name, not the path, so it isn't what I'm looking for.
No, there's no way to get the full path from NSFileWrapper
.