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.FileList
Lists file paths in the archive.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Archive | 9.0 | Yes | Yes | Yes | Yes | Yes |
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| Archive | Either container with archive or native file path. | "C:\test\test.zip" | |
| Passphrase | Password to use. | Optional |
Result
Returns list or error.
Description
Lists file paths in the archive.Please use Archive.Content if you need more details.
This provides file list, which you can filter and than pass to Archive.Extract.
Examples
Get file list:
Set Variable [ $list ; Value: MBS("Archive.FileList"; If(IsEmpty($Path); $Container; $Path)) ]
If [ MBS("IsError") ]
Show Custom Dialog [ "Failed to read container" ; $list ]
Else
Set Field [ $Content ; MBS("JSON.Colorize"; $list) ]
End If
See also
Blog Entries
Release notes
- Version 10.0
- Fixed problem in Archive.FileList and Archive.Content not returning error if encrypted archive could not be read.
Created 8th December 2018, last changed 17th December 2018
Archive.ExtractFile - Archive.LibVersion
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins