Hi,
I am writing a program that on start-up reads from a text file some information.
I would like to hide this file, so the user is getting only the exe file, and he cannot mess with the text file (the file has a delicate structure).
I tried to:
* include the file (not working, it still looks for the code file)
Maybe you have an idea how to do this?
Thanks in advance!
Irit
I am writing a program that on start-up reads from a text file some information.
I would like to hide this file, so the user is getting only the exe file, and he cannot mess with the text file (the file has a delicate structure).
I tried to:
* include the file (not working, it still looks for the code file)
Maybe you have an idea how to do this?
Thanks in advance!
Irit