DirectWrite and Windows XP

Odd isn’it it ? How the separator character in the File class can be set incorrectly, depending on the fact I set an absolute or a relative path in the TextEditor “Local JUCE Folder” ???

Another test I have done : I got exactly the same results if I enter “c:/sdk/juce2/modules” instead of “c:\sdk\juce2\modules”. It looks like a bug in the conversion of an absolute path into a File object, concerning the choice of the separator character, which causes the File::getFileName() function to return the full path, instead of “modules”…

Wow… that was pretty obscure! Thanks, try it now…

Everything works now, thanks !

Cool, thanks for your help!