C++ fstream best practice?

Hi,
During the execution of my program, I read a location on my local drive to open a file, using C++ fstream.

How should it be dealt with when the file read is required in the final host system running the app?

Thanks

I will just put the files in a known dir inside the archive and be done with it. :call_me_hand: