Browsed a little more and found the API functions WNetEnumResource and WNetOpenEnum. Which does almost what I want. But they are enumerating the entire network, which is not what I want. It looks like if I can convert the server name to a netrsource structure I may be on the way.
But havn't found that yet :-( /Kaj --- In [email protected], "kmikkels2003" <[EMAIL PROTECTED]> wrote: > > Hi > > In an apllication I need to have a list of existing shares on a server. > Just like if I in a file explorer types \\<servername> and gets all > the available resources on that server. > > For browsing on existing shares I use findfirst and findnext, but > these only works within a share. > > Been googling around with no luck. > > Any ideas? > > > /Kaj > ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

