Show folder’s contents in finder using Swift
Use the selectFile method and pass nil as first argument and the path to the folder to be shown as second argument. NSWorkspace.shared.selectFile(nil, inFileViewerRootedAtPath: “/Users/”)
Use the selectFile method and pass nil as first argument and the path to the folder to be shown as second argument. NSWorkspace.shared.selectFile(nil, inFileViewerRootedAtPath: “/Users/”)