home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- gPathDelimiter = determineDelimiter()
- end
-
- on determineDelimiter
- thisMAchine = the platform
- if thisMAchine contains "Windows" then
- return "\"
- else
- if thisMAchine contains "Macintosh" then
- return ":"
- else
- return "/"
- end if
- end if
- end
-