Hi all,

I have to create a folder for users who are registering in my site.For example if xxx is registered in my site, a folder named xxx has to be created and also two folders named Upload and Download have also to be created inside that folder xxx.Help me to solve this problem..

Thanks in advance

Hari

Try something like this.

System.IO.Directory.CreateDirectory("SomePath\NewFolder");
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.