View Single Post
  #899  
Old 24.09.2019, 12:47
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

Quote:
Originally Posted by Demongornot View Post
... a "var myBoolean = fileExist(/*file path*/);" function would be really handy ...
Code:
var myFilePath = getPath(myString/*Path to a file or folder*/);/*Get a FilePath Object*/
var myBoolean = myFilePath.exists();
Reply With Quote