PDA

View Full Version : Changing Directory name from PHP?


gorilla1
09-23-2002, 08:39 PM
Is there a way to change the name of a directory? Or am I stuck creating a new directory, and copying all the files over?

G

Nightfire
09-23-2002, 11:14 PM
Try this

rename("oldfoldername","newfoldername")