can someone tell me how i can make a directory if it doesnt
exist? i know the structure is as follows:

if path doesnt exist then
mkdir "pathname"

but i dont know the commands in vb, thanks...

Pete