Extracts the specified file from the archive and stores it locally with the specified filename.
object.GetFile ( ZipFile, LocalFile ) |
- ZipFile
- Required. A String that represents the name of the file inside the archive.
- LocalFile
- Required. A String that represents the full path of the file on the local device.
Boolean