>>-SysIsFileDirectory(dirname)---------------------------------><
Checks for the existence of a subdirectory. This function does not support wildcard specifications.
Parameters:
The name of the subdirectory to check for the existence of.
Returns:
The subdirectory does not exist.
The subdirectory exists.
Example:
if SysIsFileDirectory(InputFile) then say "Subdirectory Exists!" else say "Subdirectory does not exist."