Opened 15 years ago
Last modified 9 months ago
#1503 assigned Bug
FileGetSize don't works solid
Reported by: | xelotiac@… | Owned by: | Jon |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.4.0 | Severity: | None |
Keywords: | Cc: |
Description
Hi there,
when my Opera-Browser cache a flash video and I control data size of this video from temporary folder in the Windows Explorer, every second it changes a bit bigger.
If I control the Filesize bei a 5sec-Loop with FileGetSize(), it only read the first time correct, than it seems to caches the result, as a new FileGetSize() only return the first result every time, instead of give the current size.
I also haven't found a workaround for this.
System is Win7 in a compressed NTFS-Filesystem.
Attachments (0)
Change History (8)
comment:1 Changed 15 years ago by xelotiac@…
comment:2 Changed 15 years ago by Jpm
- Milestone set to 3.3.7.0
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [5835] in version: 3.3.7.0
comment:3 Changed 13 years ago by Jpm
- Resolution Fixed deleted
- Status changed from closed to reopened
comment:5 Changed 11 years ago by Jon
- Resolution set to Rejected
- Status changed from reopened to closed
comment:6 Changed 18 months ago by Jpm
- Resolution Rejected deleted
- Status changed from closed to reopened
New fix sent to Jon
comment:7 Changed 18 months ago by Jpm
- Status changed from reopened to assigned
comment:8 Changed 9 months ago by Jpm
- Owner changed from Jpm to Jon
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.
A workaround is the using of FileRead($file,1) before the FileGetSize()