Skip to content

Instantly share code, notes, and snippets.

@billgarrison
Forked from mikeabdullah/gist:4701971
Created February 4, 2013 05:15
Show Gist options
  • Select an option

  • Save billgarrison/4705141 to your computer and use it in GitHub Desktop.

Select an option

Save billgarrison/4705141 to your computer and use it in GitHub Desktop.
#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_8
#define NSURLPathKey @"_NSURLPathKey"
#endif
NSDictionary *values = [[NSURL resourceValuesForKeys:@[NSURLPathKey]
fromBookmarkData:bookmarkData]
NSString *path = [values objectForKey:NSURLPathKey];
#undef NSURLPathKey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment