OS-DRIVES function
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
(Windows only)
Returns a comma-separated list of available drives.
Syntax
|
Example
The following procedure populates a selection list with the output of the OS-DRIVES function, and then displays the list and prompts the user to select a drive. The procedure then informs the user that subsequent writes will be to the selected drive.
r-os-drv.p
|
Note
On platforms other than Windows, OS-DRIVES compiles and executes, but returns the empty string ("").