Modify ↓
Opened 16 years ago
Last modified 2 years ago
#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:1 by , 16 years ago
comment:2 by , 16 years ago
| 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 , 15 years ago
| Resolution: | Fixed |
|---|---|
| Status: | closed → reopened |
comment:5 by , 13 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | reopened → closed |
comment:7 by , 3 years ago
| Status: | reopened → assigned |
|---|
comment:8 by , 2 years ago
| Owner: | changed from to |
|---|
Note:
See TracTickets
for help on using tickets.

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