The Directory Walker revisited

Dar Scott dsc at swcp.com
Thu Sep 4 23:14:00 EDT 2003


minor update

On Thursday, September 4, 2003, at 09:57 PM, Dar Scott wrote:

>   put the folders into folderList
     if char -1 of path is "/" then delete char -1 of path
>   repeat for each line f in folderList
>     if char 1 of f is not "." then
>       put indent & f & LF after field "Log"
>       set the scroll of field "Log" to 9999999
>       listFolders (path & "/" & f), indent & "  "
>     end if
>   end repeat




More information about the use-livecode mailing list