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:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
Archive.AddFile
Add files to the current archive.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Archive | 13.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Archive.AddFile"; List { ; BasePath } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
List | the list of files and folders to add to archive. | "test.txt" | |
BasePath | The bath path to the folder where to look for files. | "C:\test" | Optional |
Result
Returns OK or error.
Description
Add files to the current archive.Please use Archive.Create before adding the first file and use Archive.Close after the last file to finish.
See also
Release notes
- Version 13.1
- Added Archive.Create, Archive.AddContainer, Archive.AddFile, Archive.AddText and Archive.Close functions.
Blog Entries
This function checks for a paid license.
Created 13th February 2023, last changed 13th February 2023
