LOULOU Posted October 20, 2005 Posted October 20, 2005 Is someone know with api the best way to test if a disk a: is ready for writing and formated ? Thanks
LxP Posted October 20, 2005 Posted October 20, 2005 This doesn't rely on the API but you could try writing a file to the disk and then read it back. If you cannot read the file or it differs then you could probably assume that the disk is not formatted...
BigDod Posted October 20, 2005 Posted October 20, 2005 Is someone know with api the best way to test if a disk a: is ready for writing and formated ?ThanksHow about$var = DriveStatus( "a:\" ) MsgBox(4096,"Status",$var)Straight from the help file. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now