Is it possible to have UE check a folder to see if a file exist, if it doesn't create it?
So if i have a list of files:
Test1.txt
Test2.txt
Test3.txt
And Test2.txt doesn't exist can I trigger the script to create it?
What I'm trying to do is make a batch file that runs on a list of files (from Mofi's GetListOfFiles.js). It's suppose to open the file and run function A or if file doesn't exist run function B.
Thank you for your help.
So if i have a list of files:
Test1.txt
Test2.txt
Test3.txt
And Test2.txt doesn't exist can I trigger the script to create it?
What I'm trying to do is make a batch file that runs on a list of files (from Mofi's GetListOfFiles.js). It's suppose to open the file and run function A or if file doesn't exist run function B.
Thank you for your help.