RE: Select CD
RE: Select CD
- Subject: RE: Select CD
- From: Harvey Dutoff <email@hidden>
- Date: Thu, 19 Jul 2001 11:07:55 -0700
On Thu, 19 Jul 2001, Gavin Boggs wrote:
>
How would one select any cd (not by name) without selecting other disks or folders?
Try something like this:
every disk whose free space = 0 ,
and capacity > 6.5E+8 ,
and capacity < 7.0E+8
The "free space" expression includes any read-only disks,the lower capacity limit assumes that the CD is more or less full, and the upper limit should ignore DVDs and such.
Does anyone happen to know what the actual maximum number of bytes an HFS (or HFS+) CD can hold?
HTH
Harv.