Modify ↓
#3704 closed Bug (Fixed)
_FileWriteToLine docs update for hidden files
| Reported by: | MrCreatoR | Owned by: | water |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | 3.3.14.5 | Severity: | None |
| Keywords: | Cc: |
Description
_FileWriteToLine will fail on hidden files, it should be mentioned in the docs, as it's done in FileOpen (since it's using it):
A file may fail to open due to access rights or attributes.
maybe add there note about hidden file, since it's used often.
Attachments (0)
Change History (6)
comment:1 by , on Jun 29, 2019 at 12:33:28 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:2 by , on Jun 29, 2019 at 2:40:07 PM
| Milestone: | → 3.3.15.1 |
|---|---|
| Owner: | set to |
| Resolution: | No Bug → Fixed |
Fixed by revision [12219] in version: 3.3.15.1
comment:3 by , on Jun 29, 2019 at 2:42:16 PM
| Resolution: | Fixed |
|---|---|
| Status: | closed → reopened |
comment:4 by , on Jun 29, 2019 at 2:44:51 PM
I checked FileWriteLine, but _FileWriteToLine shows the explained error.
Fixed by adding the note to _FileWriteLine.
comment:6 by , on Dec 13, 2019 at 10:18:56 AM
| Resolution: | → Fixed |
|---|---|
| Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.

Tested with AutoIt 3.3.14.5 on Windows 7.
The "Hidden" attribute does not prevent writing to a file.
Hence: No Bug!