Answered
find file
Hi,
I want to make sure that exists file in the specified directory using file full path.
Please give me the JS code snippet.
Thanks for help.
Hi,
I want to make sure that exists file in the specified directory using file full path.
Please give me the JS code snippet.
Thanks for help.
Hi,
This is what I do.
myFile = File("//{put your path here}/File Name.INDD"); // can be any file extension doesn't have to be InDesign
alert(myFile.exists);
Brett
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.