c# - Copy permissions from one Windows Folder to another -
i need create small c# windows app copies security permissions 1 folder another. includes copying group permissions too. best way approach such challenge?
yosief kesete
first out folder directoryinfo out instance of directorysecurity class using getaccesscontrol method. you'll able call getaccessrules , addaccessrule should started.
Comments
Post a Comment