- Code: Select all
java.io.ioexception: Access is denied.
what is the default directory where this file will be created?
- Code: Select all
function initializeDataLogFile() {
var f = plugins.file.convertToJSFile("log.txt");
if (f.exists())
f.deleteFile();
f.createNewFile();
}
thanks!