D
dansan
I have several files in some of my projects that are not 'code' files,
but that are definately necesary to run the programs (such as .xsd
files, .txt files, and others). I have been trying to find out what
is the preferred way to store this files, and access them from code.
Do most of you just put them in the main project folder? Do you
create a special folder (something like an /etc folder) with these
such files? How do you reference them in your code?
(../../../myfolder/file.xsd?) How do you deal with the diference in
relative paths from a Debug to a Release? Is there anyway to thell
the 'builder' to include X folder in the final directory (wether it be
the Debug or the Release)?
Thanks for your pointers.
Daniel.
but that are definately necesary to run the programs (such as .xsd
files, .txt files, and others). I have been trying to find out what
is the preferred way to store this files, and access them from code.
Do most of you just put them in the main project folder? Do you
create a special folder (something like an /etc folder) with these
such files? How do you reference them in your code?
(../../../myfolder/file.xsd?) How do you deal with the diference in
relative paths from a Debug to a Release? Is there anyway to thell
the 'builder' to include X folder in the final directory (wether it be
the Debug or the Release)?
Thanks for your pointers.
Daniel.