Changedir "c:" is doing nothing

Blitz3D Forums/Blitz3D Programming/Changedir "c:" is doing nothing

Hello :-)

Does anyone know how to change the directory to "c:" with blitz3d ?
Changedir "c:" don't do anything.

Thanks

"c:\"

Same thing for me, the currentdir not change

hmm, i even tested it b4 I posted:
Print CurrentDir()
ChangeDir "c:"
Print CurrentDir()
WaitKey


Yes, it works. sorry
It is surely a bug in my source code

Thanks :-)