Method Filesystem.Stat()->open()
classFilesystem.Stat
- Method
open
Stdio.Fileopen(stringmode)- Description
Open the stated file within the filesystem
- Returns
a [Stdio.File] object
- See also
[Stdio.File]
class Filesystem.StatStdio.File open(string mode)
Open the stated file within the filesystem
a [Stdio.File] object
[Stdio.File]