If the file to touch doesn't exist, an empty one is created.
401402403404405406407408409410
} static void touchFile( File file ) { Touch touch = new Touch(); touch.setProject( new Project() ); touch.setFile( file ); touch.execute(); }
359360361362363364365366367368
607608609610611612613614615616
463464465466467468469470471472