my filepath did worked before (on other places of my desktop)
single backslashes will be processed as :
C:Documents and SettingsAdministratorMy DocumentsStijnfileloc.xml
the alternatives are:
with slashes (works in most cases!)
C:/Documents and Settings/Administrator/My Documents/Stijn/fileloc.xml
or double backslashes:
C:\\Documents and Settings\\Administrator\\My Documents\\Stijn\\fileloc.xml
(will be processed as : C:\Documents and Settings\Administrator\My Documents\Stijn\fileloc.xml
It most be something else... don't now what

and nobody seems to know the answer...
greetz