Custom Query (3920 matches)
Results (367 - 369 of 3920)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1238 | Fixed | _FTP_FilePut broken | ||
| Description |
_FTP_FilePut works in 3.3.1.1 but not 3.3.1.3. I don't know how it's broken but by simply changing betas, I can confirm that in 3.3.1.1, files are uploaded to an FTP server and @error is set to 0 while for 3.3.1.3, files don't get uploaded and @error is set to -1. |
|||
| #1239 | Fixed | AU3Check, #include "..", library scan order. | ||
| Description |
AU3Check library scan order for "includeMe.au3" files seems to be: Script directory, Standard library, User-defined. instead of Script directory, User-defined, Standard library. AU3Check (1.54.17.0) (AutoIt3: 3.3.1.3) trying to access a user-lib function suddenly fails when a empty file with the same name is placed in the standard-lib folder. |
|||
| #1240 | Fixed | FileInstall() Help file clarification. | ||
| 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. |
|||
