home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1996 September / PCA0996.ISO / demos / blown / demo2.dxr / 00067.ls < prev    next >
Encoding:
Text File  |  1996-05-29  |  145 b   |  8 lines

  1. on XPath
  2.   repeat with i = 1 to 152
  3.     if the fileName of cast i contains "\" then
  4.       put the fileName of cast i
  5.     end if
  6.   end repeat
  7. end
  8.