How to print current directory using Process in macOS
Issue #175
1 | let process = Process() |
Should be the same as FileManager.default.currentDirectoryPath
Issue #175
1 | let process = Process() |
Should be the same as FileManager.default.currentDirectoryPath