May 21, 2004 #1 lminmei Programmer Feb 1, 2000 111 US is there a way to programatically create a folder?
May 21, 2004 1 #2 Dimandja Programmer Apr 29, 2002 2,720 US You could try: System.IO.Directory.CreateDirectory("c:\NewFolder") Upvote 0 Downvote
May 21, 2004 1 #3 RebeccaLynn Programmer Nov 17, 2003 250 US Yes you can, using the Directory class. You should be able to look it up in the help files, if you have trouble finding it, let me know. Becca Somtimes, the easy answer is the hardest to find. Still under construction ... http://webpages.charter.net/rlmsoft Upvote 0 Downvote
Yes you can, using the Directory class. You should be able to look it up in the help files, if you have trouble finding it, let me know. Becca Somtimes, the easy answer is the hardest to find. Still under construction ... http://webpages.charter.net/rlmsoft