Modify ↓
#1363 closed Bug (Fixed)
FileSetPos() error
| Reported by: | xrewndel | Owned by: | |
|---|---|---|---|
| Milestone: | 3.3.3.0 | Component: | AutoIt |
| Version: | 3.3.2.0 | Severity: | None |
| Keywords: | Cc: |
Description
FileSetPos($hFile, $num, $FILE_CURRENT) works incorrectly.
Result is similar to FileSetPos(…, …, $FILE_END)
It calculating position relative to end instead of relative to current position.
Currently it works using FileSetPos($hFile, FileGetPos($hFile) + $num, $FILE_BEGIN).
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
| Milestone: | → 3.3.3.0 |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by Jon and myself in 3.3.3.0 by revision [5491].