.type on PC side is showing ???? for all of .type
var poot=folder("/edesignarchive/eextract/"+myjnum+mysfolder); poot=folder(poot.fsname); var boot=poot.getfiles(); mymatches=[]; myarchive=[]; (var j = 0; j < boot.length; j++) { if(boot[j].type!="????"){ myarchive.push(boot[j].name);} ( = 0; < count; i++ ) { pageimage =doc.visiblethumbnails[i].name; if((pageimage.match ( boot[j].name))){ mymatches.push(boot[j].name);} } };
i using on mac side , returns different file types. trying exclude database file. on mac different file types 8bps or jpeg or tiff. files turning ???? on pc. not sure why. ideas? @ first thought array empty know ok.
if read scripting guide see feature of mac os , correctly returns ???? on windows…
More discussions in Bridge Scripting
adobe
Comments
Post a Comment