flod.file

File I/O pipes.

Members

Functions

read
auto read(char[] name)

Returns a pipe that reads ubytes from file name.

write
auto write(S schema, char[] name)

Returns a pipe that writes to file name.

write
auto write(S schema, File file)

Returns a pipe that writes to file file.

Meta

License

BSL-1.0.