Companion

object Companion

Properties

Link copied to clipboard

The file contains an application.

Link copied to clipboard

The file contains a DLL.

Link copied to clipboard

The file contains a device driver. If dwFileType is VFT_DRV, dwFileSubtype contains a more specific description of the driver.

Link copied to clipboard

The file contains a font. If dwFileType is VFT_FONT, dwFileSubtype contains a more specific description of the font file.

Link copied to clipboard

The file contains a static-link library.

Link copied to clipboard

The file type is unknown to the system.

Link copied to clipboard

The file contains a virtual device.

Functions

Link copied to clipboard
fun valueOf(name: String): FileType

Creates a FileType from a string

Link copied to clipboard

Creates a FileType from its name