Static Public Member Functions | |
String | getTempFileName (String fileNameProperty, String fileName) |
void | setFileAttributes (String attribs, String filePath) |
void | copy (File source, File dest, boolean preserveTime) throws IOException |
|
Copies file |
|
Method getTempFileName. This is a copy from C++ acsutilTempFile
|
|
Tries to set attributes given by attribs on given file by executing "chmod -R attribs filePath" as external process. If it fails or there is no such command on current OS it does nothing naither printouts the error.
|