Package version:

This is a helper class to construct a string representing the NTFS attributes to a file or directory.

Constructors

Properties

archive: boolean = false

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

directory: boolean = false

Specifies the handle identifies a directory.

hidden: boolean = false

Specifies a directory or file is hidden.

none: boolean = false

Specifies a directory or file that does not have other attributes set. This attribute is valid only when used alone.

noScrubData: boolean = false

Specifies the user data stream not to be read by the background data integrity scanner. This file system attribute is presented primarily to provide compatibility with Windows. Applicable to directory or file.

notContentIndexed: boolean = false

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

offline: boolean = false

Specifies the data of a directory or file is not available immediately. This file system attribute is presented primarily to provide compatibility with Windows - Azure Files does not support with offline storage options.

readonly: boolean = false

Specifies a directory or file that is read-only.

system: boolean = false

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

temporary: boolean = false

Specifies if a file is temporary.

Methods