Hi,
Is there a simple way to determined from PJSR if PI is running on Windows?
Background: I may need to massage some file names "x/y" to be "x\y", but only when running on Windows. I am giving these file names to an external windows process (via Console.execute()), not to PJSR itself.
Georg