e-CryptIt Engine Xojo Plugin

BinHex.OnNameIsKnown Event

This event is fired if FireNameEvent was set to True in the Decode method.
It is fired as soon as the file name of the original file is known.
It allows you to modify the file name and its location before its written to disk.

OnNameIsKnown(
   name as String) as FolderItem

Parameters

name
Name of the file.

Returns

FolderItem

Remarks

Returns a new file as a FolderItem.

See Also

BinHex Class