In article <4368a30b$0$27980$ed2619ec (AT) ptn-nntp-reader02 (DOT) plus.net>, John says...
Quote:
Is it possible to rename a file on a windows server from a script on the
site's webpage (asp/vbscript)? My illustrations are linked by product names
and it would be cool if these names were edited the pictures could be
automarically renamed. I know I could do it another way but this sounds more
fun - if it can be done.. |
Sure, using FSO you could either use the move method or change the .Name
property of the file. Just do a search for FSO rename and you'll probably find
some code.