CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2004
    Location
    Bangalore
    Posts
    53

    Copy file access rights

    I want to copy the file access rights from one file to another file, under Windows NT.

  2. #2
    Join Date
    Mar 2002
    Posts
    350
    Use GetNamedSecurityInfo to get the ACL of the first file then use SetNamedSecurityInfo to set the ACL in the second file...
    example?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured