Thread: [Developer Feedback required] How do I accomplish this?
View Single Post
  #13  
Old 22.09.2019, 16:05
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

Quote:
Originally Posted by Demongornot View Post
... I haven't found any ways to read any files of any kind except those inside core.jar with the API "config" "get"...
Eventscripter Global API method:
Code:
var myString = readFile(myString/*filepath*/);/*Read a text file*/
/* Example: */var myString = readFile(JD_HOME+"/license.txt");
Reply With Quote