PrivateFolder: IMetabaseObjectDescriptor;
The PrivateFolder property returns a private folder of the current user.
Add a link to the Metabase system assembly.
Sub UserProc;
Var
MB: IMetabase;
Begin
MB := MetabaseClass.Active;
Debug.Write(MB.PrivateFolder.Id + " " + MB.PrivateFolderRoot.Id);
End Sub UserProc;
On executing the example the development environment console displays identifier of private folder of the current user and identifier of the root folder for users' private folders.
See also: