DBin_AddFile | |||
Syntax: | |||
DBin_AddFile(BinName$,FileName$,[Key$],[Compression]) | |||
Return Values: | |||
| |||
Description: | |||
Add file to DBin with optional encryption key and compression rate (the default rate is the same as PureBasics) | |||
Example: | |||
DBin_Create("Test.bin") If Not DBin_AddFile("Test.bin","images\find.ico","password") MessageRequester("Error","Could not add file to DBin") EndIf | |||
|