Hi There,
I re-started working after 4-5 years on Asp.net & C#. I am looking to get all the directories present in Visual Studio Website e.g. App_Code, App_Data, bin and all other directories present in that web project. I tried and getting the list like:
C:\mywebsite\App_code, C:\mywebsite\App_Data etc. But I want only in format like:
App_Code
App_Data
bin.
Please seeking urgent help.
Thanks in advance.
Go to the complete details ...