home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / power / globe.dir / 00068.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  231 b   |  10 lines

  1. on xx
  2.   global ItemDel
  3.   set temp to the pathName
  4.   set the itemDelimiter to ItemDel
  5.   delete item the number of items in temp of temp
  6.   delete item the number of items in temp of temp
  7.   set the itemDelimiter to ","
  8.   put temp
  9. end
  10.