e-CryptIt Engine Xojo Plugin |
|
AppleSingle.OnNameIsKnown Event
This event is fired when the name of a decoded file is known.
OnNameIsKnown(
outFile as FolderItem,
bAppleSingle as Boolean)
Parameters
- outFile
- The location and name of the output file.
- bAppleSingle
- True for AppleSingle and False for AppleDouble.
Remarks
You can change the name and location by using the SetLocation method.
The SetLocation method can only be used from OnNameIsKnown.
See Also
AppleSingle Class