Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsFileInfoMBS class.

WindowsFileInfoMBS.kFileAttributeArchive = 32

Type Topic Plugin Version
const Windows MBS Win Plugin 10.1
One of the file attribute constants.

A file or directory that is an archive file or directory. Applications typically use this attribute to mark files for backup or removal.

WindowsFileInfoMBS.kFileAttributeCompressed = 2048

Type Topic Plugin Version
const Windows MBS Win Plugin 10.1
One of the file attribute constants.

A file or directory that is compressed. For a file, all of the data in the file is compressed. For a directory, compression is the default for newly created files and subdirectories.

WindowsFileInfoMBS.kFileAttributeDevice = 64

Type Topic Plugin Version
const Windows MBS Win Plugin 10.1
One of the file attribute constants.

This value is reserved for system use.

WindowsFileInfoMBS.kFileAttributeDirectory = 16

Type Topic Plugin Version
const Windows MBS Win Plugin 10.1
One of the file attribute constants.

The handle that identifies a directory.

WindowsFileInfoMBS.kFileAttributeEncrypted = 16384

Type Topic Plugin Version
const Windows MBS Win Plugin 10.1
One of the file attribute constants.

A file or directory that is encrypted. For a file, all data streams in the file are encrypted. For a directory, encryption is the default for newly created files and subdirectories.

WindowsFileInfoMBS.kFileAttributeHidden = 2

Type Topic Plugin Version
const Windows MBS Win Plugin 10.1
One of the file attribute constants.

The file or directory is hidden. It is not included in an ordinary directory listing.

WindowsFileInfoMBS.kFileAttributeNormal = 128

Type Topic Plugin Version
const Windows MBS Win Plugin 10.1
One of the file attribute constants.

A file that does not have other attributes set. This attribute is valid only when used alone.

WindowsFileInfoMBS.kFileAttributeNotContentIndexed = 8192

Type Topic Plugin Version
const Windows MBS Win Plugin 10.1
One of the file attribute constants.

The file or directory is not to be indexed by the content indexing service.

WindowsFileInfoMBS.kFileAttributeOffline = 4096

Type Topic Plugin Version
const Windows MBS Win Plugin 10.1
One of the file attribute constants.

The data of a file is not available immediately. This attribute indicates that the file data is physically moved to offline storage. This attribute is used by Remote Storage, which is the hierarchical storage management software. Applications should not arbitrarily change this attribute.

WindowsFileInfoMBS.kFileAttributeReadonly = 1

Type Topic Plugin Version
const Windows MBS Win Plugin 10.1
One of the file attribute constants.

A file that is read-only. Applications can read the file, but cannot write to it or delete it. This attribute is not honored on directories. For more information, see "You cannot view or change the Read-only or the System attributes of folders in Windows Server 2003, in Windows XP, or in Windows Vista".

WindowsFileInfoMBS.kFileAttributeReparsePoint = 1024

Type Topic Plugin Version
const Windows MBS Win Plugin 10.1
One of the file attribute constants.

A file or directory that has an associated reparse point, or a file that is a symbolic link.

WindowsFileInfoMBS.kFileAttributeSparseFile = 512

Type Topic Plugin Version
const Windows MBS Win Plugin 10.1
One of the file attribute constants.

A file that is a sparse file.

WindowsFileInfoMBS.kFileAttributeSystem = 4

Type Topic Plugin Version
const Windows MBS Win Plugin 10.1
One of the file attribute constants.

A file or directory that the operating system uses a part of, or uses exclusively.

WindowsFileInfoMBS.kFileAttributeTemporary = 256

Type Topic Plugin Version
const Windows MBS Win Plugin 10.1
One of the file attribute constants.

A file that is being used for temporary storage. File systems avoid writing data back to mass storage if sufficient cache memory is available, because typically, an application deletes a temporary file after the handle is closed. In that scenario, the system can entirely avoid writing the data. Otherwise, the data is written after the handle is closed.

WindowsFileInfoMBS.kFileAttributeVirtual = 65536

Type Topic Plugin Version
const Windows MBS Win Plugin 10.1
One of the file attribute constants.

This value is reserved for system use.

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


💬 Ask a question or report a problem
The biggest plugin in space...