Question
function getfiles for file and not for folder
hi, i need to "relink" if files is deplaced OR name is changed
this code
if (internal_link[k].status == LinkStatus.LINK_MISSING){
var folderPath = (Folder.selectDialog(internal_link[k].filePath));
var imglist = Folder(folderPath).getFiles(internal_link[k].name+".*");
if (imglist.length == 1){
internal_link[k].relink(imglist[0]);
}
open à dialog windows only for choose a folder and not select a new file for relink
thanks for you help
