comparison core/src/luan/modules/IoLuan.java @ 237:97d175772fed

implement mmake git-svn-id: https://luan-java.googlecode.com/svn/trunk@238 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Mon, 06 Oct 2014 04:07:56 +0000
parents ec016471c6eb
children f1f7d8c7e94e
comparison
equal deleted inserted replaced
236:1fada5587469 237:97d175772fed
365 } 365 }
366 return list; 366 return list;
367 } 367 }
368 368
369 public boolean exists() { 369 public boolean exists() {
370 return Utils.exists(file); 370 return file.exists();
371 } 371 }
372 372
373 @Override LuanTable table() { 373 @Override LuanTable table() {
374 LuanTable tbl = super.table(); 374 LuanTable tbl = super.table();
375 try { 375 try {