Recently, I ran into a small problem while trying my Image Resize utility on Linux. I have written it using C# (.NET) and tested it on windows, everything works fine. On Linux (with Mono) it gave problems. Having programmed on windows, I have always assumed that file paths have this form C:\MyFolder\Myfile.txt So, this line [...]
