Changedir "c:" is doing nothing

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

Vignoli(Posted 2007) [#1]
Hello :-)

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

Thanks


skidracer(Posted 2007) [#2]
"c:\"


Vignoli(Posted 2007) [#3]
Same thing for me, the currentdir not change


skidracer(Posted 2007) [#4]
hmm, i even tested it b4 I posted:
Print CurrentDir()
ChangeDir "c:\"
Print CurrentDir()
WaitKey



Vignoli(Posted 2007) [#5]
Yes, it works. sorry
It is surely a bug in my source code

Thanks :-)