Quantcast
Channel: ForDevs » Folder
Browsing latest articles
Browse All 2 View Live

Create New Folder Using C#.Net

System.IO.Directory.CreateDirectory(“D:\TempFolder”); This will create a new folder by name “TempFolder” in D drive. Subscribe to the comments for this post? Tweet This! Share this on del.icio.us Digg...

View Article



To get the path of temp folder in c#

System.Environment.GetEnvironmentVariable("TEMP")   or   System.IO.Path.GetTempPath() above syntax gets the TEMP folder path of the system. have a look about system.environment.getenvironmentvariable...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images