Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Copies multiple files in parallel.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Files | 10.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
Parameter | Description | Example |
---|---|---|
SourcePaths | The list of native paths to the file or folder to be copied. | "/Users/John/Desktop/test.txt" |
DestPaths | The list of native paths to the destination folder or file. | "/Users/John/Desktop/Backup/" |
Overwrite | Mac only: Whether to allow overwriting existing files. Default is off. Pass 1 to enable and 0 to disable. (ignored on other platforms) |
1 |
Returns OK or error.
Copy files:
MBS("Files.CopyFiles";
"/Users/cs/Downloads/Filme/testE04.mp4¶/Users/cs/Downloads/Filme/testE02.mp4¶/Users/cs/Downloads/Filme/testE03.mp4¶/Users/cs/Downloads/Filme/testE01.mp4";
"/Users/cs/Desktop/testE04.mp4¶/Users/cs/Desktop/testE02.mp4¶/Users/cs/Desktop/testE03.mp4¶/Users/cs/Desktop/testE01.mp4"; 1)
This function checks for a license.
Created 14th December 2019, last changed 14th December 2019