Transform.toFd

void toFd(int fd, string execute = null) @safe

Transforms the source to a file descriptor.

Parameters

fddestination file descriptor
executeoptional command executed after completion

Throws

DarException if the transformation fails due to I/O errors or other

libdar-reported errors.