Hi.
How would I go about locating a file on the computer, and using it in my application. For example, say I wanted to call up a text document for a help menu to aid the user. I would also like to know how you might do this even if the text file is anywhere on the computer...
If this isn't possible without heaps of coding, how would I call up a file from a certain location. Would I use the system() function?
Thanks guys.