How can I make a folder when a command button is clicked?
Printable View
How can I make a folder when a command button is clicked?
use the mkdir command like this
mkdir [directory name]
HTH
cksiow
http://vblib.virtualave.net - share our codes
http://www.codeguru.com/cgi-bin/bbs/...age=&view=&sb=
David Paulson
Use the file system object.
Prashanth