Next / Previous / Contents / TCC Help System / NM Tech homepage

16. roomPagePath(): Absolute path name of a room page

This function returns the absolute path name of the room page for a given room. Be sure to keep this logic in sync with:

hwscan3.py
# - - -   r o o m P a g e P a t h

def roomPagePath ( room ):
    '''Returns the absolute path name for a given room's page.
    '''
    return "%s%s%s" % (BASE_PATH, room.roomPrefix, HTML_SUFFIX)