Web3S_Demo > Web 3S File Io Function Library > Make File Reader

Make File Reader

Constructs a new file reader object for the specified filepath.

Inputs

In
Exec

Filepath
String

Path to the requested file

Outer
Object Reference

Optionally, a custom outer object. Uses transient package by default.

Outputs

Out
Exec

Reader
Web 3S File Reader Object Object Reference

If successful, the created reader instance, otherwise nullptr.