Comment by adzm Comment by adzm 10 months ago 2 replies Copy Link View on Hacker News My biggest frustration is remembering to use LiteralPath so filenames with [] in them don't cause trouble
Copy Link netmare 10 months ago Next Collapse Comment - I had the same problem initially. It's sometimes easier on the command line, since piping file and directory objects to commands generally binds their PSPath to LiteralPath using a parameter alias. Reply View | 0 replies
I had the same problem initially. It's sometimes easier on the command line, since piping file and directory objects to commands generally binds their PSPath to LiteralPath using a parameter alias.