news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

BL_VolumeOnLine

Revision
Revised on

Description


Code

function BL_VolumeOnLine path
  -- returns true if the volume in the given path is on-line
  
  get the itemDelimiter
  set the itemDelimiter to ":"
  put ((item 1 of path & comma) is in Volumes("volumes")) into online
  set the itemDelimiter to it
  return online
  
end BL_VolumeOnLine