For example I can do to test if the system is a 64-bit Windows system:
return Util.isWindows() && Util.is64BitWindows();
My question now is how do I check to see if say “c:\test\myTestFile.txt” exists in a specific directory on the computer within the Install4j conditional expression?
1 Answer