hmm - just noticed that FileExists does not work with these accented chars, or apostrophes, too
Quote from: cazzajay on May 11, 2011, 03:39:00 pmhmm - just noticed that FileExists does not work with these accented chars, or apostrophes, tooAll works perfectly well; you just shouldn't mix ansi and utf8 character sets.If you use special characters (like ö) you should use either FileExistsUTF8(...)or FileExists(UTF8toAnsi(...))