[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_UrlIsMiniWeb

Overview

Check if a MiniWeb that corresponds to a URL exists

Syntax

    int Ns_UrlIsMiniWeb(
    	char *hServer,
    	char *URL
    );

Description

The Ns_UrlIsMiniWeb function constructs a MiniWeb directory name by appending the URL to the current AOLserver pages directory for the specified virtual server. It returns 1 if the directory exists and contains a MiniWeb document.nvd file.

Example

See the example for Ns_UrlIsFile.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.