Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get my network places
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00734447
Message ID:
00734704
Views:
21
>Is there a function (something like Getfile()) to obtain my network places?
>For example: Need to obtain or display
>\\Server\c
>\\Terminal1\c
>\\Terminal1\d

Will this does what you want ?
oShell = CreateObject('Shell.Application')
oFolder = oShell.BrowseForFolder(0, 'My Network Places', 0, 0x12)
?oFolder.Title
HTH
Herman
Previous
Reply
Map
View

Click here to load this message in the networking platform