Methods

StrΒΆ

Str(f:File)

String representation of File
Source: stdlib.ngs:2983

Example

open(File("tmp/v8/LICENSE"), "r").Str().echo()  # Output: <File path=tmp/v8/LICENSE fd=4>