Hi,
I have one text file with more than 500 words. I wants to use that text file in my program, so as to copy that file to desired location while running the executable.
Is there any way exists to save that file with the executable as a single exe file.
Suppose if i wants to use a icon in my project i can include that icon file as a resource in my project and my exe file contains that icon in it.
But here i wants to include a simple text file in my project and i wants to use that text file in my project as a normal file. How can i achieve this behavior. I am nor getting any idea how can i do this or if it is possible or not??