Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for kjw
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #289563 |
Such a great answer, collates a lot of info into a single place. On top of that, of the potential solutions: multiple of them work for me, and am now also aware of potential future issues with them. (more) |
— | about 1 year ago |
Comment | Post #289554 |
Ah, I didn't understand that it was the shell that needed the escaping.
And yeah, found that mapping problem too - which I can work around locally.
So that means escaping or swapping the `'/'` is the only thing that needs to be done.
This is the answer I'm after, thanks! (more) |
— | about 1 year ago |
Edit | Post #289554 |
Post edited: |
— | about 1 year ago |
Edit | Post #289554 | Initial revision | — | about 1 year ago |
Question | — |
How to convert Dos paths to Posix paths in Powershell What is the best way to convert Dos paths to Posix paths in Powershell? eg given: `C:\Program Files\PowerShell\Modules\` I want something like: `/Program\ Files/PowerShell/Modules/` Is the only solution to escape spaces and convert backslashes? I've searched the web but couldn't find ... (more) |
— | about 1 year ago |