Ionic Zip Library v1.9.1.6
AddSelectedFiles Method
Members
Icon | Member | Description |
---|---|---|
AddSelectedFiles(String) |
Adds to the ZipFile a set of files from the current working directory on
disk, that conform to the specified criteria.
|
|
AddSelectedFiles(String, Boolean) |
Adds to the ZipFile a set of files from the disk that conform to the
specified criteria, optionally recursing into subdirectories.
|
|
AddSelectedFiles(String, String) |
Adds to the ZipFile a set of files from a specified directory in the
filesystem, that conform to the specified criteria.
|
|
AddSelectedFiles(String, String, Boolean) |
Adds to the ZipFile a set of files from the specified directory on disk,
that conform to the specified criteria.
|
|
AddSelectedFiles(String, String, String) |
Adds to the ZipFile a selection of files from the specified directory on
disk, that conform to the specified criteria, and using a specified root
path for entries added to the zip archive.
|
|
AddSelectedFiles(String, String, String, Boolean) |
Adds to the ZipFile a selection of files from the specified directory on
disk, that conform to the specified criteria, optionally recursing through
subdirectories, and using a specified root path for entries added to the
zip archive.
|