Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsFileInfoMBS class.

WindowsFileInfoMBS.CreationDate as Date

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 18.5 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
A date that specifies when a file or directory is created.

If the underlying file system does not support creation time, this member is nil.
(Read only property)

WindowsFileInfoMBS.CreationTime as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
An UInt64 that specifies when a file or directory is created.

If the underlying file system does not support creation time, this member is zero (0).
(Read only property)

WindowsFileInfoMBS.FileAttributes as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The file attributes.

For possible values and their descriptions, see kFileAttribute* constants.
(Read only property)

WindowsFileInfoMBS.FileIndex as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The unique identifier that is associated with a file.

The identifier and the volume serial number uniquely identify a file on a single computer. To determine whether two open handles represent the same file, combine the identifier and the volume serial number for each file and compare them.
(Read only property)

Some examples using this property:

WindowsFileInfoMBS.FileSize as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The file size.

(Read only property)

WindowsFileInfoMBS.LastAccessDate as Date

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 18.5 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
For a file, the structure specifies the last time that a file is read from or written to.

For a directory, the structure specifies when the directory is created. For both files and directories, the specified date is correct, but the time of day is always set to midnight. If the underlying file system does not support the last access time, this member is nil.
(Read only property)

WindowsFileInfoMBS.LastAccessTime as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
For a file, the structure specifies the last time that a file is read from or written to.

For a directory, the structure specifies when the directory is created. For both files and directories, the specified date is correct, but the time of day is always set to midnight. If the underlying file system does not support the last access time, this member is zero (0).
(Read only property)

WindowsFileInfoMBS.LastWriteDate as Date

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 18.5 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
For a file, the structure specifies the last time that a file is written to.

For a directory, the structure specifies when the directory is created. If the underlying file system does not support the last write time, this member is nil.
(Read only property)

WindowsFileInfoMBS.LastWriteTime as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
For a file, the structure specifies the last time that a file is written to.

For a directory, the structure specifies when the directory is created. If the underlying file system does not support the last write time, this member is zero (0).
(Read only property)

WindowsFileInfoMBS.NumberOfLinks as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The number of links to this file.

For the FAT file system this member is always 1. For the NTFS file system, it can be more than 1.
(Read only property)

Some examples using this property:

WindowsFileInfoMBS.Valid as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Whether the constructor got the values.

(Read only property)

WindowsFileInfoMBS.VolumeSerialNumber as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The serial number of the volume that contains a file.

(Read only property)

Some examples using this property:

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


The biggest plugin in space...