i don’t see any example script but this those work fine at my place:
var contents = plugins.file.getFolderContents(“c:/temp”);
for(var p=0;p<contents.length;p++)
{
application.output(contents[p] + " " + contents[p].exists());
}
i don’t see any example script but this those work fine at my place:
var contents = plugins.file.getFolderContents(“c:/temp”);
for(var p=0;p<contents.length;p++)
{
application.output(contents[p] + " " + contents[p].exists());
}