Rename File

This will rename a specific file and or move the file to a different directory

CodeFunctionName
What is this?

Public

Not Tested

Original Work
<% Dim objFSO
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")

objFSO.MoveFile Server.MapPath("/someDir/Foo.asp"), _
Server.MapPath("/someDir/Bar.asp")

Set objFSO = Nothing % >

Views 4,500

Downloads 1,445

CodeID
DB ID

JeffSmith
26
Revisions

v1.0

Monday
April
16
2018