inImage = getDirectory("Choose the input folder"); inResult = getDirectory("Choose the output folder"); images = getFileList(inImage); // START NEW OR CONTINUE SELECTION pathContinued = inResult + "Log.txt"; if(File.exists(pathContinued)) { filestring=File.openAsString(pathContinued); rows=split(filestring, "\n"); x=newArray(rows.length); for(b=0; b