Modify ↓
Opened 15 years ago
Closed 15 years ago
#1240 closed Bug (Fixed)
FileInstall() Help file clarification.
Reported by: | Bowmore | Owned by: | Nutster |
---|---|---|---|
Milestone: | 3.3.1.5 | Component: | Documentation |
Version: | 3.3.1.3 | Severity: | Blocking |
Keywords: | fileInstall | Cc: |
Description
The help file does not state that the destination folder must already exist or the install will fail, and it is the coders responsibility to check if the destination folder exists and create it if necessary. This may help avoid some confusion on the part of users when they find that their file has not been installed.
Proposed change
dest - The destination path of the file with trailing backslash if only the directory is used. This can be a variable. If the destination folder does not exist it is not automatically created and the file will not be installed.
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by Nutster
- Owner set to Nutster
- Status changed from new to accepted
comment:2 Changed 15 years ago by Valik
- Severity changed from None to Blocking
comment:3 Changed 15 years ago by Nutster
- Milestone set to 3.3.1.5
- Resolution set to Fixed
- Status changed from accepted to closed
Fixed by revision [5319] in version: 3.3.1.5
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
I will investigate and fix if needed.