Jump to content

Visual Basic 2008 share a folder

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
portem1

portem1

    Newbie

  • Members
  • Pip
  • 2 posts
I have the code to create a folder, does anyone have the code to share the folder and set the permission for everyone to have full control?

Thank You

#2
sam_l

sam_l

    Learning Programmer

  • Members
  • PipPipPip
  • 52 posts
To manipulate the Windows OS you use API's, most of which are documented at MSDN.com.

SetNamedSecurityInfo Function (Windows)
How Permissions Work