We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c09b0 commit b1a8464Copy full SHA for b1a8464
loader/src/platform/mac/util.mm
@@ -38,8 +38,7 @@
38
}
39
40
bool utils::file::openFolder(std::filesystem::path const& path) {
41
- NSURL* fileURL = [NSURL fileURLWithPath:intoNS(path.string())];
42
- NSURL* folderURL = [fileURL URLByDeletingLastPathComponent];
+ NSURL* folderURL = [NSURL fileURLWithPath:intoNS(path.string())];
43
[[NSWorkspace sharedWorkspace] openURL:folderURL];
44
return true;
45
0 commit comments