Enum FileKind
Defines constants to describe the kind of a file
public enum FileKind
Fields
Binary = 1The file is a binary file
Text = 2The file is a text file
Unspecified = 0The file kind is unspecified
Defines constants to describe the kind of a file
public enum FileKind
Binary = 1The file is a binary file
Text = 2The file is a text file
Unspecified = 0The file kind is unspecified