is_location (location: STRING): BOOLEAN
Determines if location corresponds to a valid location in the location manager. Use is_location to determine whether the location is valid.
script check_for_logo_movie is if is_location ('movies') then Result := is_file ('movies', 'logo.mov') end end