[squeak-dev] Re: List Windows shares from Squeak?

Andreas Raab andreas.raab at gmx.de
Tue Nov 4 23:47:52 UTC 2008


You can work with shares simply by accessing them via:

	FileDirectory on: '\\share\path\'.

However, listing shares is currently not supported since I have been 
unable to find a way of doing that efficiently (i.e., without locking up 
the VM for 10 or more seconds). If you know of a cheap way of listing 
shares I would absolutely add that feature!

Cheers,
   - Andreas

Elod Kironský wrote:
> Hi!
> 
> I would like to list the window shares for a host in the network, from Squeak ofc ;) Is it possible? Is there any abstraction/package to work with shares/samba?
> 
> Thanks in advance,
> 
> Elod
> 
> Elod Kironsky
> Software Developer
> AVG Technologies
> Email: elod.kironsky at avg.com
> www.avg.com
> www.avg.cz
> 
> 
> 




More information about the Squeak-dev mailing list