{
    #---------------------------------------
    # If no public access, have the share go directly to the files
    # subdirectory (for easier drive mappings)
    # Otherwise, have the share mapping show all three subfolders
    #---------------------------------------
    $OUT .= "path = /home/e-smith/files/ibays/$key";
    if ($ibay->prop('PublicAccess') eq 'none')
    {
	$OUT .= "/files";
    }
}
