Dirent.entry_

If the value is a string literal or an expression which evaluates to a string, a new file must be created with the string as the file contents. If the value is an expression that evaluates to a File object, this indicates the referenced file should be added to the designated output directory prior to executing the tool. If the value is an expression that evaluates to a Dirent object, this indicates that the File or Directory in entry should be added to the designated output directory with the name in entryname. If writable is false, the file may be made available using a bind mount or file system link to avoid unnecessary copying of the input file.

class Dirent
Either!(string, Expression) entry_;

Meta