Hi,If i change the shelfPath equal to other Resource folder path,I can get all the files ...But "export-presets" can`t.......why??I want get all the"spexp"files,what should i do??
I use the Code like this:
--------------------------------------
if(alg.resources.getResourceInfo(resources[n]).shelfPath=="/export-presets")
{
alg.log.info(alg.resources.getResourceInfo(resources[n]).name);
}
--------------------------------------
Thank you!!!