Project special directories
In my project solution I have a directory named "data" and a couple of files below that which will eventually be included in the deployment.
The files contain data which will be read in via a streamreader and added to a dictionary.
Is there a special name I can use in "My.Settings" to point to this directory without having to hardcode a path in?
thanks.

