GetPathname
Description
Returns
the full pathname of this folder as a single String (using forward
slash ("/") separators, the same as the pathnames returned from the
WorkSpace object), starting with Public Queries or Personal
Queries. The extend_option argument is one
of the ExtendedNameOption enumerated constants:
- CQ_NAME_NOT_EXTENDED (1)
- CQ_NAME_EXTENDED (2)
- CQ_NAME_EXTEND_WHEN_NEEDED (3)
Note: This method became available in version 7.1.0.
Syntax
VBScript
folder.GetPathname extend_option
Perl
$folder->GetPathname(extend_option);
- Identifier
- Description
- folder
- A Folder object obtained from the current workspace.
- extend_option
- A Long containing an ExtendedNameOption enumerated constant value.
- Return value
- Returns a String containing the full pathname of this folder.