G
Guest
I have a class library with a method called getpath(). I want to be able to get
the full path of a folder and write some files to the (my_files_dir)
folder. A console application
will use this class library. How can I do this so I wont have to hardcode
this path
in my getpath() method. Here is the path below.
"C:\Inetpub\wwwroot\Web_mycontrol\my_Files_dir\"
the full path of a folder and write some files to the (my_files_dir)
folder. A console application
will use this class library. How can I do this so I wont have to hardcode
this path
in my getpath() method. Here is the path below.
"C:\Inetpub\wwwroot\Web_mycontrol\my_Files_dir\"