DriveType Function | |
-- todo --
Returns the type of the specified drive.
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax FUNCTION DriveType(
cDrive
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public static Usual DriveType(
Usual cDrive = default
)
Request Example
View SourceParameters
- cDrive (Optional)
- Type: Usual
The drive designator. The colon in drive names (for example, "C:") is optional.
Return Value
Type:
Usual
Numeric
Remarks
The following table explains the number DriveType( ) returns and the corresponding drive type description:
Number | Drive Type |
---|
1 | No type |
2 | Floppy disk |
3 | Hard disk |
4 | Removable drive or network drive |
5 | CD-ROM |
6 | RAM disk1 |
Note |
---|
Because there are many different types of RAM disks, you might get inconsistent return results. |
See Also