Prop Isready
# ASP IsReady Property
* * Complete Drive Object Reference Manual](#)
* * *
The IsReady property returns whether the specified drive is ready. It returns true if ready, and false if not ready.
**Note:** For removable media drives and CD-ROM drives, IsReady returns True only when the corresponding media is inserted and ready to accept access.
### Syntax
DriveObject.IsReady
### Example
Output:
The A drive is not ready!
* * Complete Drive Object Reference Manual](#)
YouTip