home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- s = the moviePath & member("Ruta").text
- if s <> EMPTY then
- r = s
- Dir = 1
- repeat while (the last char in r <> "\") and (r <> EMPTY)
- delete char -30000 of r
- Dir = 0
- end repeat
- if Dir then
- open(s, "explorer.exe")
- else
- var = baSetCurrentDir(r)
- put var
- open(s)
- end if
- end if
- end
-