Skip to content
New issue

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

AbsolutePath>>printPathOn:delimiter: adds superfluous '/' causing cmd.exe parse errors on Windows #17963

Open
iriyak opened this issue Mar 9, 2025 · 1 comment

Comments

@iriyak
Copy link

iriyak commented Mar 9, 2025

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
Copy link

welcome bot commented Mar 9, 2025

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

GitHub
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk. - pharo-project/pharo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant