Modify ↓
Opened 16 years ago
Closed 16 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 by , 16 years ago
| Owner: | set to |
|---|---|
| Status: | new → accepted |
comment:2 by , 16 years ago
| Severity: | None → Blocking |
|---|
comment:3 by , 16 years ago
| Milestone: | → 3.3.1.5 |
|---|---|
| Resolution: | → Fixed |
| Status: | accepted → closed |
Fixed by revision [5319] in version: 3.3.1.5
Note:
See TracTickets
for help on using tickets.

I will investigate and fix if needed.