I mean I can't think of a single reason for this? Could you give an example of when you would want this? Perhaps there is another way to get what you are after.
Have you read the book? - ASP.Net 3.5 CMS Development (now on Kindle)
v5.1 of iTracker (Inventory Tracker Starter Kit) is out, Download it now!
RoninB
Member
4 Points
7 Posts
ASP.Net Special Folder
Feb 27, 2013 05:56 PM|LINK
Group,
I vaguely recall got an answer for enumerating through special folders in an ASP.Net Site.
this is more likely different from the Environment.SpecialFolder, but again I do not recall.
In short, what is the enum for the ASP.Net Special folder (e.g. App_Data, App_Code, etc...)?
Thanks in advance.
Curt_C
All-Star
66014 Points
7639 Posts
Moderator
Re: ASP.Net Special Folder
Feb 27, 2013 06:34 PM|LINK
to my knowledge you cant (it doesnt exist)
But, more importantly, why would you? Many of these folders (App_Code for example) wont exist on the Server so the code wouldn't find this.
v5.1 of iTracker (Inventory Tracker Starter Kit) is out, Download it now!
RoninB
Member
4 Points
7 Posts
Re: ASP.Net Special Folder
Feb 27, 2013 07:09 PM|LINK
i guess i'll just have to create my own enum then... but i do, again... vaguely, recall working with something like that.
Thanks again.
Curt_C
All-Star
66014 Points
7639 Posts
Moderator
Re: ASP.Net Special Folder
Feb 27, 2013 07:52 PM|LINK
But back to my other question... WHY?
I mean I can't think of a single reason for this? Could you give an example of when you would want this? Perhaps there is another way to get what you are after.
v5.1 of iTracker (Inventory Tracker Starter Kit) is out, Download it now!