EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

filetime > filetime

Comparison operation.

operator uint > (
   filetime left,
   filetime right
)

Return value

Returns 1 if the first filetime is greater than the second one. Otherwise, it returns 0.


filetime >= filetime

Comparison operation.

operator uint >= (
   filetime left,
   filetime right
)

Return value

Returns 1 if the first filetime is greater or equal the second one. Otherwise, it returns 0.

Related links

Source