We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found out an issue on Pharo 12 and 13 when passing along to cmd.exe on Windows. FileReference>>pathString worked for me.
Example
FileReference>>pathString => 'C:\Users\kazunori.iriya\Documents\Pharo\images\p13\stderr' AbsolutePath>>pathString => '/C:/Users/kazunori.iriya/Documents/Pharo/images/p13/stderr'
Environment
Pharo13.0.0SNAPSHOT Build information: Pharo-13.0.0+SNAPSHOT.build.341.sha.433a5e5e693d79ac2a58029bbd7b1fdbcf8f400a (64 Bit) OS: Win32 Win64 x86_64
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue! Please check the CONTRIBUTING documents for some tips about which information should be provided. You can find information of how to do a Pull Request here: https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo
GitHubContribute a fix to PharoPharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk. - pharo-project/pharo
Sorry, something went wrong.
No branches or pull requests
Found out an issue on Pharo 12 and 13 when passing along to cmd.exe on Windows. FileReference>>pathString worked for me.
Example
Environment
The text was updated successfully, but these errors were encountered: