Link to home
Start Free TrialLog in
Avatar of taskforce
taskforce

asked on

Extracting a user defined file from a resource file

I have compiled a few Text-Based files into a resource file and I would like to be able to save them to file, before executing another windows app to read them and produce the required report. How can I save them to disk ...
Avatar of ZifNab
ZifNab

By code or manually?

Use TFileStream, or AssignFile, ...

Zif.
Avatar of taskforce

ASKER

The dilema : I have text based files that I want to use at some point. I have compiled these into my EXE file as a resource. I now need to know how to programatically extract these before I can use them. i.e. SaveToFile('TextFile.Txt')
ASKER CERTIFIED SOLUTION
Avatar of williams2
williams2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial