Question Moving file into a shared folder

Zexor

Well-known member
Joined
Nov 28, 2008
Messages
520
Programming Experience
3-5
I notice if i use filesystem.movefile to move a file into a shared folder, it will not get the inherit share permissions. I had to use AddAccessRule to add the HomeUsers to it. Is there a way to copy it so it add the permissions just like if you drag the file into the folder in explorer? Also when i add the permission to the file, its different from just coping the file into the share folder. I want the file to inherit the permission from the folder instead.
 
Last edited:
Back
Top