|
Displaying Source Code(s)
|
|
Rename Folder
--------------------------------------------------------------------------------
Description : This will rename and or move a folder
<% Dim objFSO
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
objFSO.MoveFolder "C:Foo", "C:Bar" %>
--------------------------------------------------------------------------------
|
|
|