Question
Lock Item problem
Hi,
whould you help me in this regards.
any thumbnail, able to lock with lock symbol with a context menu lock item
but want get this favor/facility with script
same issue for label also
but i'm not able.
Thanks.
if ((fileList instanceof File) && (fileList.hidden == false)) {
var t = new Thumbnail(File(fileList[0]));
t.label = "Red";
$.writeln(t.label);
t.locked = true;
$.writeln( t.locked);
}
