Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
GetDriveTypeMBS(path as string) as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
global method | Files | MBS Win Plugin | 12.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Path: The root directory for the drive.
Possible values:
0 | Unknown | The drive type cannot be determined. |
1 | Error | The root path is invalid; for example, there is no volume mounted at the specified path. |
2 | Removable | The drive has removable media; for example, a floppy drive, thumb drive, or flash card reader. |
3 | Fixed | The drive has fixed media; for example, a hard disk drive or flash drive. |
4 | Remote | The drive is a remote (network) drive. |
5 | CD-ROM | The drive is a CD-ROM drive. |
6 | RAM Disk | The drive is a RAM disk. |
The items on this page are in the following plugins: MBS Win Plugin.