Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Archive.ExtractFile
Extracts one file and returns as container.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Archive | 10.4 | Yes | Yes | Yes | Yes | Yes |
MBS( "Archive.ExtractFile"; Archive; FilePath { ; Passphrase; New file name } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| Archive | Either container with archive or native file path. | "C:\test\test.zip" | |
| FilePath | The path name of the file. | "test/test.zip" | |
| Passphrase | Password to use for the archive. | Optional | |
| New file name | The new file name to use for container. Default is to use name of the item in the zip archive. |
Optional |
Result
Returns container or error.
Description
Extracts one file and returns as container.Examples
Extract one PDF file:
Set Field [ Contacts::Photo Container ; MBS( "Archive.ExtractFile"; "/Users/cs/Desktop/Archiv.zip"; "test40.pdf") ]
See also
Blog Entries
- What is new in the MBS FileMaker Plugin Version 10.4
- Neues MBS FileMaker Plugin 10.4
- MBS FileMaker Plugin 10.4 - More than 6300 Functions In One Plugin
- MBS FileMaker Plugin, version 10.4pr9
Release notes
- Version 10.4
- Added Archive.ExtractFile function.
Created 7th September 2020, last changed 7th September 2020
Archive.Extract - Archive.FileList
Feedback: Report problem or ask question.
Links
MBS Xojo blog