Skip to content

CookieEngine.Path

Andrew Lambert edited this page Nov 27, 2022 · 2 revisions

Method Signature

 Function Path(Index As Integer) As String

Parameters

Name Type Comment
Index Integer The index of the cookie whose path attribute is to be read.

Return value

The "path" attribute of the specified cookie. If the cookie didn't specify a path attribute then the empty string is returned.

Remarks

If the cookie has the "path" attribute then it is returned.

See also