home *** CD-ROM | disk | FTP | other *** search
/ Ford Escape Interactive Owner Experience 2002 / Escape.bin / mac / support / acc_detect.dxr / 00002_getPathDelimiter.ls < prev    next >
Encoding:
Text File  |  2001-12-27  |  115 b   |  8 lines

  1. on GetPathDelimiter
  2.   if the platform contains "Windows,32" then
  3.     return "\"
  4.   else
  5.     return ":"
  6.   end if
  7. end
  8.