ndalias
ndalias copied to clipboard
Objective-C wrapper for Apples Alias Manager, Deprecated see issues for details
Apple have added methods with 10.6 that does everything that NDAlias does, ``` objective-c -[NSURL initByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:] +[NSURL URLByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:] +[NSURL bookmarkDataWithContentsOfURL:error:]; -[NSURL bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error:]; +[NSURL writeBookmarkData:toURL:options:error:]; ```
Both CFURLCreateWithFileSystemPath and FSPathMakeRef return noErr and also the incorrect result when they are given a file path that includes Finder Alias files. (in my test, I had a Finder...