Custom Query (3926 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 3926)

Ticket Resolution Summary Owner Reporter
#1962 Duplicate Au3Record.exe miss MSVCR100.dll Anomalism@…
Description

Au3Record.exe miss MSVCR100.dll

#1429 Rejected Change return value of FileGetSize() on failure. Anonymous
Description

Please change the return value of FileGetSize() to -1 when failure occurs. This would make more sense as it is also the way that DirGetSize() works.

Consider the following code.

If Not FileGetSize($sFile) Then FileDelete($sFile)

This code will delete a file if its size is 0. Unfortunately, it would also delete the file if FileGetSize() failed for any reason. Changing the failure return value to -1 would avoid this problem since Not(-1) = False.

#2133 Rejected Update the @OSVersion on 3.3.12.1 Anonymous
Description

Is it possible for you to update the @OSVersion Macro on the 3.3.12.1 because those of us who are still using it to support the older systems can use this Macro to find out if the user is running the program on newer system.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.