Question
Adobe ExtendScript - File length returns -1 for Size 2gb
I am trying to get the length of file using Adobe Extendscript toolkit CC,
var fileBytes = File("<Input-File>").length
This script is not working and returns -1 if the <Input-File> is over 2GB size.
Can someone help me to fix this error?