Custom Query (3927 matches)
Results (31 - 33 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1363 | Fixed | FileSetPos() error | ||
| 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). |
|||
| #1906 | Rejected | reparse point | ||
| Description |
Please add detecting reparse point file attribute in FileGetAttrib(). |
|||
| #904 | No Bug | ShellExecuteWait Flag Bug | ||
| Description |
Flag Setting (e.g. SW_MAXIMIZE) has no effect. ShellExecute(@ProgramFilesDir & "\AutoIt3\AutoIt3.chm",Default, @SW_MAXIMIZE) ; File will be NOT maximized |
|||
Note:
See TracQuery
for help on using queries.
