DBin_TotalFiles | |||
Syntax: | |||
DBin_TotalFiles(BinName$) | |||
Return Values: | |||
| |||
Description: | |||
Returns total number of files in DBin | |||
Example: | |||
TotalFiles=DBin_TotalFiles("MyBin.exe") ; a Dbin can be created on the end of an executable! MessageRequester("Info","This DBin contains "+Str(TotalFiles)+" files") | |||
|