Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsVolumeInformationMBS class.

WindowsVolumeInformationMBS.CaseIsPreserved as boolean

Type Topic Plugin macOS Windows Linux iOS Targets
property Files MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The file system preserves the case of filenames when it places a name on disk.

(Read only property)

Some examples using this property:

WindowsVolumeInformationMBS.CaseSensitive as boolean

Type Topic Plugin macOS Windows Linux iOS Targets
property Files MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The file system supports case-sensitive filenames.

(Read only property)

WindowsVolumeInformationMBS.FileSystemName as string

Type Topic Plugin macOS Windows Linux iOS Targets
property Files MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The name of the filesystem.

For example "FAT" or "NTFS".
(Read only property)

Some examples using this property:

WindowsVolumeInformationMBS.IsCompressedVolume as boolean

Type Topic Plugin macOS Windows Linux iOS Targets
property Files MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The specified volume is a compressed volume; for example a DoubleSpace volume.

A volume is only SupportsFileCompression or IsCompressedVolume, but never both together.
(Read only property)

Some examples using this property:

WindowsVolumeInformationMBS.MaxNameLength as Integer

Type Topic Plugin macOS Windows Linux iOS Targets
property Files MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The maximum length of a file name on this volume.

Should be 255 on normal Windows disks.
(Read only property)

Some examples using this property:

WindowsVolumeInformationMBS.Name as string

Type Topic Plugin macOS Windows Linux iOS Targets
property Files MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The volume name or label if the volume is named.

(Read only property)

WindowsVolumeInformationMBS.Path as string

Type Topic Plugin macOS Windows Linux iOS Targets
property Files MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The path used in the constructor.

(Read only property)

WindowsVolumeInformationMBS.Serial as Integer

Type Topic Plugin macOS Windows Linux iOS Targets
property Files MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The volume serial number.
Example
Var w as WindowsVolumeInformationMBS

w=new WindowsVolumeInformationMBS("C:\")
MsgBox hex(w.Serial)

This serial is set to a random name on formatting and can be changed later using some special tools.
(Read only property)

WindowsVolumeInformationMBS.SupportsFileCompression as boolean

Type Topic Plugin macOS Windows Linux iOS Targets
property Files MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The file system supports file-based compression.

A volume is only SupportsFileCompression or IsCompressedVolume, but never both together.
(Read only property)

Some examples using this property:

WindowsVolumeInformationMBS.SupportsFileEncryption as boolean

Type Topic Plugin macOS Windows Linux iOS Targets
property Files MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The file system supports the Encrypted File System (EPS).

(Read only property)

Some examples using this property:

WindowsVolumeInformationMBS.SupportsUnicodeFilenames as boolean

Type Topic Plugin macOS Windows Linux iOS Targets
property Files MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The file system supports Unicode in filenames as they appear on disk.

(Read only property)

Some examples using this property:

WindowsVolumeInformationMBS.Valid as boolean

Type Topic Plugin macOS Windows Linux iOS Targets
property Files MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Was the constructor successfull?

May fail on bad file paths.
(Read only property)

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...