trying o use concatenation programming... instead of saying
UpdatePLOF.FolderPath = "PLOF" + plof.Id + ".txt";
trying something like:
UpdatePLOF.FolderPath = "PLOF {0} .txt", plof.Id;
for PLOF {0} .txt is telling me only assignment, call, increment etc... for plof.id it is telling me ; is needed