FileSystemDevice
Members
attributes
It is of the type FileAttributes
.
It may also be nil
.
device
It is of the type any
.
kind
It is always the string device
.
Luau Type
This is the luau type for FileSystemDevice
. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
export type FileSystemDevice = {
device: any,
kind: "device",
attributes: FileAttributes?,
}