SecureBlackbox 2020 .NET Edition

Questions / Feedback?

AddFile Method

Adds a file to the archive.

Syntax

public int AddFile(string path, string localPath);
Public Function AddFile(ByVal Path As String, ByVal LocalPath As String) As Integer

Remarks

Use this method to add a disk file to the archive. Provide the local path to the file (e.g. C:\Photos\photo.jpg) via the LocalPath parameter, and the desired path within the archive (e.g. PhotosBackup2020/photo.jpg) via the Path parameter.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]