Click to See Complete Forum and Search --> : How can I make a folder when a command button is clicked?


Aberf
May 9th, 2001, 08:27 PM
How can I make a folder when a command button is clicked?

cksiow
May 9th, 2001, 08:41 PM
use the mkdir command like this

mkdir [directory name]

HTH

cksiow
http://vblib.virtualave.net - share our codes

d.paulson
May 9th, 2001, 09:10 PM
http://www.codeguru.com/cgi-bin/bbs/wt/showpost.pl?Board=vb&Number=49660&page=&view=&sb=

David Paulson

praspav
January 26th, 2002, 05:23 AM
Use the file system object.

Prashanth