Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、システムが 64 ビット Windows システムであるかどうかをテストするには、次のようにします。
return Util.isWindows() && Util.is64BitWindows();
私の質問は、「c:\test\myTestFile.txt」が Install4j 条件式内のコンピューター上の特定のディレクトリに存在するかどうかを確認する方法です。
new java.io.File("C:/temp").exists();