Part of the Samples Website. 8/16/97.

samples.basicStuff.getNthVolume

«returns the path to the nth volume
on getNthVolume (n)
«allows you to index thru all the mounted volumes
«for i = 1 to 10 {msg (samples.basicStuff.getNthVolume (i))} «press cmd-/ here
«true
local (f, ct)
ct = 1
fileloop (f in "")
if ct == n
return (f)
ct++
return ("")


This page was last built on Sat, Aug 16, 1997 at 6:36:24 PM. You can download the current set of sample scripts from our FTP site. Dave