R
Richard
Hi there,
I want to catch a "disk is full" exception on an attempted write.
Ive got the code to check available disk space etc but it's in a
highly iterative loop and i'd rather just catch the exception than
poll the hard drive.
It wouldn't be OutOfMemory 'cause thats RAM and nothing in System.IO
seems to fit the bill..... and i'd rather just ask than fill a hard
drive to simulate.
TIA
Richard
I want to catch a "disk is full" exception on an attempted write.
Ive got the code to check available disk space etc but it's in a
highly iterative loop and i'd rather just catch the exception than
poll the hard drive.
It wouldn't be OutOfMemory 'cause thats RAM and nothing in System.IO
seems to fit the bill..... and i'd rather just ask than fill a hard
drive to simulate.
TIA
Richard