codice:
fileconpath=server.MapPath("/eventmap/PR-OS/PR_nomedelfile.pdf")
Set fs = Server.CreateObject("Scripting.FileSystemObject")
fs.CopyFile fileconpath, "c:\archiviofile\PR_nomedelfile.pdf"
Set fs = nothing