all groups > vb.net > february 2005 >
You're in the

vb.net

group:

How to create new folder by code


How to create new folder by code RitaK
2/28/2005 10:57:02 PM
vb.net:
Hi everyone,

Have been using vb.net for a while but am really stumpped on how to
programatically create a new folder to store some app config data. I know I
must be missing something blatantly obvious but really I am stumpped.

Any pointers or examples would be appreciated.

Re: How to create new folder by code Cor Ligthert
3/1/2005 9:35:02 AM
RitaK.

See this page complete with sample.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemiodirectoryinfoclasscreatetopic.asp

I hope this helps?

Cor

Re: How to create new folder by code Herfried K. Wagner [MVP]
3/1/2005 12:25:14 PM
"RitaK" <RitaK@discussions.microsoft.com> schrieb:
[quoted text, click to view]


'MkDir'
'Directory.CreateDirectory'
'DirectoryInfo.Create'

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
RE: How to create new folder by code RitaK
3/1/2005 5:03:02 PM
Thanks guys, knew it was obvious - a simple case of not seeing the forest for
the trees.

RitaK

[quoted text, click to view]
AddThis Social Bookmark Button