ciao devo rinominare un file txt ma mi dice file not foun!

ma il file cè, forse sbaglio qualcosa nel percorso??

codice:
Dim fs,pos
Set fs = Server.CreateObject("Scripting.FileSystemObject")
pos = server.MapPath("/dati/public/visitemob/")
fs.MoveFile pos&strStore&".txt", pos&strStoreMOD&".txt"
Set fs = nothing
grazie