|
|
|
|
fDriveReady (Function) In french: fDisquePrêt Determines: - if a given drive (storage card, CD or DVD) is available,
- whether the drive exists.
// Drive ready? ResReady = fDriveReady("E")
Syntax
<Result> = fDriveReady(<Disk path>)
<Result>: Boolean - True if the drive is ready, accessible and available,
- False otherwise. To get more details on the error, use ErrorInfo with the errMessage constant.
<Disk path>: Character string Path of disk to use in the following format:- <drive letter>. For example: "a", "a:" or "a:\".
- UNC path. For example: "\\<ServerName>\<ShareName>".
If the drive is a diskette drive, a card drive, a CD drive or a DVD drive, the drive is ready only if it contains a diskette, a card, a CD or a DVD.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|