DBin_TotalFiles

Syntax:

DBin_TotalFiles(BinName$)

Return Values:

0 if failed.


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") 


Supported OS:   Windows