Jump to content

FileInstall


Recommended Posts

my program utilizes "FileInstall" and.. according to help....

When this function is used from a non-compiled script, a copy operation is performed instead (to allow for easy testing pre-compilation).

but it also performs a copy operation in my exe...?

How do you use "FileInstall for a pic and not create a copy of the pic?

thx

8)

NEWHeader1.png

Link to comment
Share on other sites

FileInstall("pic.gif", @TempDir & "pic.gif")

FileDelete("pic.gif")

I didn't quite understand what you meant in your question, let me know if that's not it

<{POST_SNAPBACK}>

Sorry,

How do you use "FileInstall"

to create a pic needed within the exe program...

but, not create a copy of the pic on another users computer?

someone ran my program (exe) and it created a copy of the pic on their computer

I think using *FileDelete("pic.gif")* will remove it from my exe program. the program can be closed from many locations, thus trying to delete the pics when the program closes is difficult.

thx

8)

NEWHeader1.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...