home *** CD-ROM | disk | FTP | other *** search
- /* refresh */
- arg duwindow
-
- if duwindow = "FROM" then do
- frompath = getenv("dufromdir")
- frompath = 'filelist/stripstar'(frompath)
- "filelist/getlist" frompath " FROM"
- MSG frompath
- end
-
- else do
- topath = getenv("dutodir")
- topath = 'filelist/stripstar'(topath)
-
- TOPort = getenv("DUTOPort")
- interpret address '"'TOPort'"'
-
- "filelist/getlist" topath " TO"
- MSG topath
- end
-
-