tehon3299 Posted February 20, 2003 Posted February 20, 2003 How can I create directories on my aspx page? Quote Thanks, Tehon
*Gurus* divil Posted February 20, 2003 *Gurus* Posted February 20, 2003 System.IO.Directory.CreateDirectory() Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
tehon3299 Posted February 20, 2003 Author Posted February 20, 2003 How do you set the name of the folder and where you want it to be created? Quote Thanks, Tehon
Leaders quwiltw Posted February 20, 2003 Leaders Posted February 20, 2003 When someone gives an answer like that, they are pointing you where to look in the framework. With this information, if you can't figure out your answer through the hints in Intellisense, you need to look at the Framework Documentation, which usually gives a little example and explanation of what the precondition and postcondition for the methods are. For example, http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemiodirectoryclasscreatedirectorytopic.asp Quote --tim
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.