GetPersonalFolderName

Description

Returns name of the personal queries folder from the resource file.

Note: This method became available in version 2002.05.00.

Syntax

VBScript


workspace.GetPersonalFolderName 

Perl


$workspace->GetPersonalFolderName(); 
Identifier
Description
workspace
The Workspace object obtained from the current session.
Return value
The string containing the name of the folder.

Examples

VBScript


folderName = workspace.GetPersonalFolderName 

Perl


$folderName = $workspace->GetPersonalFolderName();