AND

MyDefrag

VolumeBoolean - AND

Logical AND of two volume booleans. The result is true if all the booleans are true.

Syntax

VOLUMEBOOLEAN and VOLUMEBOOLEAN
VOLUMEBOOLEAN & VOLUMEBOOLEAN
VOLUMEBOOLEAN && VOLUMEBOOLEAN

Example

VolumeSelect
  Mounted(yes) and Writable(yes)
VolumeActions
  ...
VolumeEnd

See also:

 *  VolumeSelect
 *  VolumeBoolean
 *  VolumeActions