putPath

This method of the IWriteCookie interface sets the Path attribute of the write-only Cookies collection to the specified value.

Syntax

public abstract void putPath(java.lang.String path);

Parameters

path [in] A string that contains the new path.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.