FilterOptions.setMaxSize
void setMaxSize(ulong maxSize) @safeSets maximum file size filter.
Files larger than this size will be excluded from the archive.
Parameters
maxSize | maximum size in bytes (0 to disable) |
void setMaxSize(ulong maxSize) @safeSets maximum file size filter.
Files larger than this size will be excluded from the archive.
maxSize | maximum size in bytes (0 to disable) |