importing variables from a txt file loacted in a system directory.
importing variables from a txt file loacted in a system directory.
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- nosaj0
Yeah - I'm looking for a method to protect the whole folder from being copied to another machine. It's a little Flash app that is going to be bundled with another piece of software. What I am hoping I can do is have the main software write a .txt file into a system folder saying the main software was installed. I just need flash to be able to load the contents of this file.
In the past I've used an exe that was created in C that can read from the registry then pass the info to Flash but I'm really hoping I don't need to go down that road again...
Any suggestion beyond a relative path?