Hi,
Suspiciously, perl does not save file's permission when coping it.
In order to implement the copy , I use : use File::Copy; and File::Copy::Rec ursive.
The BIG problem is that the file permissions wont be saved after coping it to another place.
I found a clumsy way to keep the permission in copy();
but I dont have any idea how to achive it in discopy() as well.
Tnx for your patient ...
Waiting for your reply
Ofzer
Suspiciously, perl does not save file's permission when coping it.
In order to implement the copy , I use : use File::Copy; and File::Copy::Rec ursive.
The BIG problem is that the file permissions wont be saved after coping it to another place.
I found a clumsy way to keep the permission in copy();
but I dont have any idea how to achive it in discopy() as well.
Tnx for your patient ...
Waiting for your reply
Ofzer
Comment