uliwitness / Stacksmith

An intuitive software erector kit targeted at people new to programming, but with enough potential to stay useful once they've learned, inspired by HyperCard.
http://stacksmith.org
131 stars 13 forks source link

Add command for listing directory contents #66

Open uliwitness opened 9 years ago

uliwitness commented 9 years ago

I think OMO had a sensible approach there with "the files of " or so.

uliwitness commented 7 years ago

Would probably be useful to ponder how one could implement this in an asynchronous way. A path could point to a mounted server sitting halfway across the globe, which takes a while to give us a file list, or a folder could contain thousands of files and take long to list due to that. But we don't want to make the API too nerdy.