Opened on Mar 2, 2010 at 9:26:56 PM
Last modified on Feb 20, 2024 at 3:51:06 PM
#1503 assigned Bug
FileGetSize don't works solid
| Reported by: | 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:2 by , on May 18, 2010 at 5:51:59 PM
| Milestone: | → 3.3.7.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [5835] in version: 3.3.7.0
comment:3 by , on Jun 10, 2011 at 9:33:31 PM
| Resolution: | Fixed |
|---|---|
| Status: | closed → reopened |
comment:5 by , on Jul 21, 2013 at 11:31:57 PM
| Resolution: | → Rejected |
|---|---|
| Status: | reopened → closed |
comment:6 by , on Jun 7, 2023 at 1:31:55 PM
| Resolution: | Rejected |
|---|---|
| Status: | closed → reopened |
New fix sent to Jon
comment:7 by , on Jun 7, 2023 at 1:32:05 PM
| Status: | reopened → assigned |
|---|
comment:8 by , on Feb 20, 2024 at 3:51:06 PM
| Owner: | changed from to |
|---|

A workaround is the using of FileRead($file,1) before the FileGetSize()