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.