Struct cab::FolderBuilder[][src]

pub struct FolderBuilder { /* fields omitted */ }

A structure for building a folder within a new cabinet.

Methods

impl FolderBuilder
[src]

Adds a new file to the folder. You can optionally use the returned FileBuilder to change settings on the file.

Sets the folder's reserve data. The meaning of this data is application-defined. The data must be no more than 255 bytes long.

Auto Trait Implementations