You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a C callable _NSCurrentDirectoryPath function
In order to remove the libc getcwd dependency and move it to the the
foundation FileManager.currentDirectoryPath API we needed a C callable
method that the swift-corelib-foundation could use in its NSURL
implementation.
This will allow any platform specifics in the
FileManager.currentDirectoryPath implementation (like prefix striping on
Windows) to be handled in a single location.
0 commit comments