Greetings, Situation: I am writing some code which is compiled under various systems (linux, win, ...). 1.How can I find out if a filename is relative or absolute? 2.To concat a path and filename I must know the directory delimiter. How can I find out this character? Thx in advance, Mattias