filenameflag

package
v0.0.0-...-2776432 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Flag

type Flag uint8

Flag is a file name flag.

const (
	NTFS        Flag = 0x01 // FILE_NAME_NTFS
	DOS         Flag = 0x02 // FILE_NAME_DOS
	KnownMask   Flag = NTFS | DOS
	UnknownMask Flag = ^KnownMask
)

File name flags.

func (Flag) String

func (f Flag) String() string

String returns a description of the file name flags.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL