CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: share directory

  1. #1
    Join Date
    Feb 2000
    Posts
    1

    share directory

    I am working on developing application in which i create directories. I am now able to create the directory the problem lies in how to make or set the directory as "SHARED", using Visual basics...?

    Thanks in advance
    -Vivek


  2. #2
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: share directory

    NetShareAdd API will do what you're wanting, but I've never used it from VB.


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