newb question bout ReadDir

BlitzMax Forums/BlitzMax Beginners Area/newb question bout ReadDir

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

Don't use the "\".

Thanks