GetPersonalFolderName

Description

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

Remarque : This method became available in version 2002.05.00.

Syntaxe

VBScript

workspace.GetPersonalFolderName 

Perl

$workspace->GetPersonalFolderName(); 
Identificateur
Description
workspace
The Workspace object obtained from the current session.
Valeur de retour
The string containing the name of the folder.

Exemples

VBScript

folderName = workspace.GetPersonalFolderName 

Perl

$folderName = $workspace->GetPersonalFolderName(); 

Commentaires