AW: Desktop and netpaths in Windows

Torsten.Bergmann at phaidros.com Torsten.Bergmann at phaidros.com
Fri Feb 6 08:30:14 UTC 2004


Depending on your needs either wrap some API functions like
WNetEnumResource()
in Squeak using FFI or (more pragmatic) write a simple vbs (VisualBasic
Script) file and call it from squeak like an exe.

An example for accessing the desktop using VB:
http://dbforums.com/arch/84/2002/8/444529

Windows Networking API Functions
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wnet/wnet/w
netenumresource.asp

Bye
Torsten

-----Ursprüngliche Nachricht-----
Von: Michael Rueger [mailto:michael at squeakland.org]
Gesendet: Freitag, 6. Februar 2004 01:33
An: Squeak
Betreff: Desktop and netpaths in Windows


Hi all,

is there an (easy) way in Windows to

- refer to the Desktop (or the user document folder)
- to enumerate network paths?

Cheers

Michael





More information about the Squeak-dev mailing list