Closed astares closed 2 years ago
The problem is that these methods are implemented on Win32Platform and are not available to class Win64Platform
I guess we need to move them to superclass WinPlatform or use a call to "ShellExecuteW" for Win64.
This is already a problem that need to be fixed in underlying Pharo platform - not really a problem of Launcher itself.
Quick and dirty workaround: moving the two method to WinPlatform solved the issue.
It had been solved already here: https://github.com/pharo-project/pharo-launcher/commit/dbca063906ec8fc7443eaf2492488692d0988fad
BUT:
The launcher should better use the method #openInOSFileBrowser on a file refernence in newer Pharo versions.
Example:
FileSystem workingDirectory openInOSFileBrowser
When you use "Show in folder" from the context menu in the images list on Windows 10 it gives a DNU: