Obtains a collection object of all virtual roots.
Syntax
NSUnicastMgr.VirtualRoots
Example
For Each VirtualRoot in NSUnicastMgr.VirtualRoots
' show the path of each virtual root
MsgBox VirtualRoot.DirectoryPath
Next
Remarks
A virtual root associates a folder on a server's hard disk with a folder that appears in the URL of a title. For example, you can create a virtual root called "myroot" on a server named "ASTRID" that is associated with the folder "c:\myrootfiles." Then a file named "myfile.asf" placed in the myrootfiles folder is referred to by the URL mms://astrid/myroot/myfile.asf
© 1996-1998 Microsoft Corporation. All rights reserved.