e-CryptIt Engine - Compression Xojo Plugin

ZipArchiveWriter.AddEmptyDirectory Method

Low level function - Adds a empty directory to the zip archive.

AddEmptyDirectory(
   directoryPath as String,
   comment as String)

Parameters

directoryPath
Full zip archive directory path. For a directory this would be like: MyFolder/My SubFolder/MyFolder/
comment
Comment for the entry.

Remarks

Zip archive directory paths are like

Some Root/Some child/My Folder/

or for files it would be

Some Root/Some child/My File.txt

This is low level function that is mostly to allow you to customise how the high level and far easier to use functions.

See Also

ZipArchiveWriter Class