Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
429 stars 69 forks source link

FileListWindow: add new method #264

Closed zardoz03 closed 9 months ago

zardoz03 commented 10 months ago

add way to create a FileListWindow with FileListWindow class>>openFileList: aDirectory. Currently only works within a workspace. Example:

FileListWindow openFileList: DirectoryEntry smalltalkImageDirectory.