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)
Remarque : This method became available in version 7.1.0.
Syntaxe
VBScript
folder.GetPathName extend_option
Perl
$folder->GetPathName(extend_option);
- Identificateur
- Description
- dossier
- A Folder object obtained from the current workspace.
- extend_option
- A Long containing an ExtendedNameOption enumerated constant value.
- Valeur de retour
- Returns a String containing the full pathname of
this folder.