Home All Groups Group Topic Archive Search About
Author
24 Mar 2006 11:25 AM
wagon
Is there a function to test is a drive is shared?

Author
24 Mar 2006 5:07 PM
Veign
GetDriveType: Enumerate and Identify Available System Drives
http://vbnet.mvps.org/code/disk/drivetype.htm

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
Veign's Blog
http://www.veign.com/blog
--


<wa***@aol.com> wrote in message
Show quoteHide quote
news:ngl722libp0upucvr1nbk8pujv7fe65c6p@4ax.com...
> Is there a function to test is a drive is shared?
Author
27 Mar 2006 5:34 AM
Randy Birch
....or from the other side -- 
http://vbnet.mvps.org/code/network/netsharecheck.htm -- determines if a
specific folder (or device) on a local or remote system is currently set up
to be a share. And if its not, then there's always
http://vbnet.mvps.org/code/network/netshareadd.htm.

--

Randy Birch
MS MVP Visual Basic
http://vbnet.mvps.org/

Please reply to the newsgroups so all can participate.




Show quoteHide quote
"Veign" <NOSPAMinveign@veign.com> wrote in message
news:usou%23X2TGHA.5884@TK2MSFTNGP14.phx.gbl...
: GetDriveType: Enumerate and Identify Available System Drives
: http://vbnet.mvps.org/code/disk/drivetype.htm
:
: --
: Chris Hanscom - Microsoft MVP (VB)
: Veign's Resource Center
: http://www.veign.com/vrc_main.asp
: Veign's Blog
: http://www.veign.com/blog
: --
:
:
: <wa***@aol.com> wrote in message
: news:ngl722libp0upucvr1nbk8pujv7fe65c6p@4ax.com...
: > Is there a function to test is a drive is shared?
:
:
Author
27 Mar 2006 3:17 PM
Veign
Hard to keep up with all that your site has <g>

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
Veign's Blog
http://www.veign.com/blog
--


Show quoteHide quote
"Randy Birch" <rgb_removet***@mvps.org> wrote in message
news:OsqbwAWUGHA.5884@TK2MSFTNGP14.phx.gbl...
> ...or from the other side --
> http://vbnet.mvps.org/code/network/netsharecheck.htm -- determines if a
> specific folder (or device) on a local or remote system is currently set
> up
> to be a share. And if its not, then there's always
> http://vbnet.mvps.org/code/network/netshareadd.htm.
>
> --
>
> Randy Birch
> MS MVP Visual Basic
> http://vbnet.mvps.org/
>
> Please reply to the newsgroups so all can participate.
>
>
>
>
> "Veign" <NOSPAMinveign@veign.com> wrote in message
> news:usou%23X2TGHA.5884@TK2MSFTNGP14.phx.gbl...
> : GetDriveType: Enumerate and Identify Available System Drives
> : http://vbnet.mvps.org/code/disk/drivetype.htm
> :
> : --
> : Chris Hanscom - Microsoft MVP (VB)
> : Veign's Resource Center
> : http://www.veign.com/vrc_main.asp
> : Veign's Blog
> : http://www.veign.com/blog
> : --
> :
> :
> : <wa***@aol.com> wrote in message
> : news:ngl722libp0upucvr1nbk8pujv7fe65c6p@4ax.com...
> : > Is there a function to test is a drive is shared?
> :
> :
>
Author
29 Mar 2006 2:49 PM
Wagon
None seem to do what I would like

Say I have 5 drives on a machine is there a way toi tell which are
shared and which are NOT shared WITHOUT changing the shared status
(which could be problematic if one of the shares is in use)



On Fri, 24 Mar 2006 06:25:47 -0500, wa***@aol.com wrote:

Show quoteHide quote
>Is there a function to test is a drive is shared?