home *** CD-ROM | disk | FTP | other *** search
- on ReadWindow
- global goGBTools, gnFirstSprite
- set s to goGBTools(mGetCurPath)
- if alltrim(the text of cast "NewDir") <> EMPTY then
- if length(s) > 9 then
- set s to s & "\"
- end if
- set s to s & alltrim(the text of cast "NewDir")
- end if
- set the text of cast "zielText" to s
- set the text of cast "Ordner" to goGBTools(mGetDir)
- set the puppet of sprite (gnFirstSprite + 1) to 0
- end
-