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