G
Guest
Hi All,
This is sure to be an easy question.
I am wondering what the accepted standard is for referencing a sub-folder
below the application.exe folder? In VB6 you simply used App.Path and
navigated from the folder indicated. In .Net, however, when running through
the IDE, this seems to return either the ...bin/debug or ...bin/release
folder - in which case the 'sub-folders' are actually to be found in the
.../../ folder.
What is the best way to find a folder beneath the .csproj folder to ensure
the code works at design/release and executable time?
Regards,
Rob
This is sure to be an easy question.
I am wondering what the accepted standard is for referencing a sub-folder
below the application.exe folder? In VB6 you simply used App.Path and
navigated from the folder indicated. In .Net, however, when running through
the IDE, this seems to return either the ...bin/debug or ...bin/release
folder - in which case the 'sub-folders' are actually to be found in the
.../../ folder.
What is the best way to find a folder beneath the .csproj folder to ensure
the code works at design/release and executable time?
Regards,
Rob