| You can use the File System Object, or FSO, to rename a directory. FSO does not have a "Rename" or "RenameFile" method, but it does have a MoveFolder method. if you have a directory on your Web server with the physical path C:\Foo and you wished to rename it to C:\Bar, you could use the following code: |