kray
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
kray
kray
/
raylib
/
File
/
File
File
constructor
(
path
:
String
)
constructor
(
parent
:
File
,
subpath
:
String
)
Creates a new file with a parent.
Parameters
parent
The parent file.
subpath
The subpath of the file.
File(dir, "child.txt")
Content copied to clipboard