Quote: "drive$,volPtr,volSize,systemPtr,systemSize,miscAddr". What does it mean?"
drive$ = Drive letter your interested in
VolPtr = Pointer to allocated memory to hold volume information
VolSize = Size of allocated memory for VolPtr
SystemPtr = Pointer to allocated memory to hold system information
SystemSize = Size of allocated memory for SystemPtr
MiscAddr = Pointer to allocated memory to hold misc information.
I think of any of the ptr parameters are 0, then it wont fill in that area. I'll check that later on.
An example bit of code would be :
ptr=make memory(1024)
ptr2=make memory(1024)
ptr3=0
x=getvolumeandserialnumber("D:\",ptr,1024,ptr2,1024,ptr3)
See the example code on my web site for examples (and for the constants too).

The place for
wonderful plug-ins and things.
Keep your friends close, and your cats even closer.