コード例 #1
0
ファイル: FileVar.java プロジェクト: gochaorg/cofe.xyz
 public boolean isExecutable() {
   return file.isExecutable();
 }