newb question bout ReadDir

BlitzMax Forums/BlitzMax Beginners Area/newb question bout ReadDir

mudcat(Posted 2007) [#1]
the directory I want to read is D:\blitzstest\gfx2
But what if I put the program into another folder with a subfolder gfx2?

this won't work.

Local dir=ReadDir("\gfx2")

So how do I read a subdirectory?

thanks


GfK(Posted 2007) [#2]
Don't use the "\".


mudcat(Posted 2007) [#3]
Thanks