Modify ↓
Opened 6 years ago
Closed 5 years ago
#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 Changed 5 years ago by water
- Resolution set to No Bug
- Status changed from new to closed
comment:2 Changed 5 years ago by water
- Milestone set to 3.3.15.1
- Owner set to water
- Resolution changed from No Bug to Fixed
Fixed by revision [12219] in version: 3.3.15.1
comment:3 Changed 5 years ago by water
- Resolution Fixed deleted
- Status changed from closed to reopened
comment:4 Changed 5 years ago by water
I checked FileWriteLine, but _FileWriteToLine shows the explained error.
Fixed by adding the note to _FileWriteLine.
comment:6 Changed 5 years ago by water
- Resolution set to Fixed
- Status changed from reopened to closed
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.
Tested with AutoIt 3.3.14.5 on Windows 7.
The "Hidden" attribute does not prevent writing to a file.
Hence: No Bug!