ret = IsModule(file$)
file$
is in a supported
module format. If it is, this function will return True
, otherwise
False
. If this function returns True
, you can load the module by calling
LoadModule().
True
if the module is in a supported format, False
otherwise