.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=[];
for (var j = 0; j < boot.length; j++) {
if(boot
.type!="????"){ myArchive.push(boot .name);} for ( i = 0; i < count; i++ ) {
pageImage =doc.visibleThumbnails.name;
if((pageImage.match ( boot
.name))){ myMatches.push(boot .name);} }
};
I am using this on the mac side and it returns all the different file types. I am trying to exclude a database file. On the mac I get different file types like 8bps or JPEG or TIFF. All the files are turning up ???? on pc. Not sure why. Any ideas? At first I thought my array was empty but I know now that its ok.
