enum: etk::typeNode
Description:
List of Type that a node can have (this wrap some type that not exist on Windows)
Value list
Detail:
FSN_UNKNOW
FSN_UNKNOW = 0
Type of the node is not known
FSN_BLOCK
FSN_BLOCK = 1
The node is a block aceess device (Not availlable on Windows)
FSN_CHARACTER
FSN_CHARACTER = 2
The node is a Char device type (Not availlable on Windows)
FSN_FOLDER
FSN_FOLDER = 3
The node is a folder
FSN_FIFO
FSN_FIFO = 4
The node is a Fifo (Not availlable on Windows)
FSN_LINK
FSN_LINK = 5
The node is a Link
FSN_FILE
FSN_FILE = 6
The node is a File
FSN_SOCKET
FSN_SOCKET = 7
The node is a socket