EmbeddedNim / picostdlib

Nim wrapper for the raspberry pi stdlib
MIT License
70 stars 11 forks source link

Fixing some windows compatibility issues #60

Closed Graveflo closed 1 year ago

Graveflo commented 1 year ago

I ran into a couple of issues running this on Windows 10. The first was file formatting with non-escaped backslashes in the path. The second was with the "copy" command not actually being a discoverable program in my case. It's an applet in the terminal programs. It also doesn't appear to actually alter the creation time for me. The only solution I found is ugly but it works.

beef331 commented 1 year ago

Thank you for the PR.