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

ns_normalizepath

Overview

Normalize a path

Syntax

ns_normalizepath path

Description

ns_normalizepath removes any extraneous slashes from the path and resolves "." and ".." references. For example:

    [ns_normalizepath /dog/cat/../.. /rat/../../dog//mouse/..]

returns:

    /dog

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.