cookie class : Path getter
Description
Returns the Path attribute.
Syntax
instance.Path
Arguments
None.
Return value
| Class | Description |
| string | Path attribute. |
Sample code
| 1: | browser br; |
| 2: | cookie coo = br.GetCookie("Example"); |
| 3: | string path = coo.Path; |
Notes
None.
Links for reference
None.


