File.open

Opens the file for writing or reading, depending on the flags.

struct File
@nogc nothrow
GodotError
open
(
in String path
,
in long flags
)

Meta