Weedpacket; wrote:In modern operating systems, moving a directory from one location as another is the same as [man]rename[/man]ing it (it's just an update of the filesystem index).
Hello, Sorry, I don't understand. I have four folders on my site, each contains a full members area, so when a new member logs-in for the first time, they can select a skin.
My problem is how to do it? I have realised I don't want to move the directory, I need to copy the contents into the members folder.
What I'm not sure of is do I MKdir first or move files then mkdir, also even though members will not write to directory the script will (I think) as it must copy the files.
So I'm right in saying this must be CHMOD 777.