I cannot just move the .xls.xls file to another folder.
Hello,
I have a problem I want to check correct file name in
My Coding:
how can I fix it?
Thank you,
Nicki.
I have a problem I want to check correct file name in
Sent
folder. If it's incorrect I want to move file to Error
folder but I cannot just move the .xls.xls
file.
My Coding:
transferResult = session.PutFiles(filePaths[iFile], sessionOptions.RootPath + "/" + fi.Name + "/Error/", false, transferOptions); session.RemoveFiles(sessionOptions.RootPath + "/" + fileInfo.Name + "/Sent/" + Path.GetFileName(filePaths[iFile]));
Thank you,
Nicki.