Custom Query (3927 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 3927)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#1363 Fixed FileSetPos() error xrewndel
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 xrewndel
Description

Please add detecting reparse point file attribute in FileGetAttrib().

#904 No Bug ShellExecuteWait Flag Bug xelotiac@…
Description

Flag Setting (e.g. SW_MAXIMIZE) has no effect.

ShellExecute(@ProgramFilesDir & "\AutoIt3\AutoIt3.chm",Default, @SW_MAXIMIZE) ; File will be NOT maximized

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.