- Name
-
IsModule -- determine if a module is in a supported format / OBSOLETE
- Synopsis
-
ret = IsModule(file$)
- Library
-
sound
- Important note
-
This command is obsolete. Please use IsMusic() instead.
- Function
-
This function will check if the file specified
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().
- Inputs
-
- file$
- file to check
- Results
-
- ret
True if the module is in a supported format, False otherwise
Show TOC