Re: DiskSize

2003-06-17 Thread Geoff Canyon
Here's a wacky idea: check how long it takes to read the file. A floppy will be dramatically slower than just about anything else. Beats me if it would work reliably, but I'm betting it would. You might mistake a server for a floppy, though... On Tuesday, June 17, 2003, at 09:00 AM, Dan Friedm

RE: DiskSize

2003-06-17 Thread Ken Ray
com/ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dan Friedman > Sent: Tuesday, June 17, 2003 11:01 AM > To: RunRev Mail List > Subject: DiskSize > > > Greetings... > > The Goal: To determine if the user

DiskSize

2003-06-17 Thread Dan Friedman
Greetings... The Goal: To determine if the user is opening a file from a floppy disk. Proposed Solution: The only thing I can think to do this is to use the capacity of the disk. If it's less than 2MB, I can assume it's a floppy. Do you agree? Now, there is no diskSize function t