FileSystemFileNode
Members
It is one (not all) of the following types:
Subtype A
It is of the type FileSystemDirectory
.
Subtype B
It is of the type FileSystemFile
.
Subtype C
It is of the type FileSystemLink
.
Subtype D
It is of the type FileSystemRoot
.
Subtype E
It is of the type FileSystemDevice
.
Luau Type
This is the luau type for FileSystemFileNode
. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
export type FileSystemFileNode = FileSystemDirectory | FileSystemFile | FileSystemLink | FileSystemRoot | FileSystemDevice