Modify ↓
#47 closed Feature Request (Rejected)
FileInstall() to use the same Flag values as FileCopy
| Reported by: | Bowmore | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | ||
| Keywords: | Cc: |
Description
I would like FileInstall() to use the same Flag parameter values as FileCopy(). The two function essentially perform the same function copying a file from one location to another the only significant difference being that the source used by FileInstall() is fixed i.e. the compiled script.
Quote:form FileCopy help
flag [optional] this flag determines whether to overwrite files if they already exist. Can be a combination of the following: 0 = (default) do not overwrite existing files 1 = overwrite existing files 8 = Create destination directory structure if it doesn't exist (See Remarks).
Attachments (0)
Note:
See TracTickets
for help on using tickets.

I'm marking this rejected. FileInstall is going to see a major rewrite in the future and this may or may not be necessary at that time.