[squeak-dev] Altitude - a simple directory list app

Chris Cunnington smalltalktelevision at gmail.com
Mon Sep 3 22:18:03 UTC 2012


I've taken a crack at creating an app that lists the contents of a 
directory as links. Hit a link and it downloads the file in the 
package-cache. Does ALDigestLocator want a #resources getter? Is this 
bad design? I have no idea.

Chris

It's available here:

http://ss3.gemstone.com/ss/Oakville/


server := ALServer on: 8624 application: ALDirectoryListApplication new.
server start.

server isRunning

server stop


More information about the Squeak-dev mailing list