my main folder is on desktop and im trying to get the path to a text file in my main directory. I use this code"
System.Environment.CurrentDirectory
and it returns :
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE
and that's not the path to my current directory
the current direcotory that my aspx file is located in is:
C:\Documents and Settings\USER\Desktop\asd\
any help?