Copy subdirectory and retain permissions?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cadmaster
Forum Newbie
Posts: 1
Joined: Thu May 25, 2006 5:41 pm

Copy subdirectory and retain permissions?

Post by cadmaster »

it seems winxp pro doesnt allow me to copy a subdirectory that has permissions set (2 users have complete deny, 1 has full control)..

i set the permissions of a folder (i'm using folder as a template, so i dont have to keep re-setting permissions) in a subdirectory, (dont have the INHERIT PARENT FOLDER checked)... then want to copy it to another directory (on same hard drive)... it loses its permissions each time.... every one can view whats in the new folder

is there a way to copy a folder and it keep its permissions?

thanks
Post Reply