Click here for NewsObjects Overview
PersonalFileLocation Property (Utility Control)
Windows - Visual C++


Description
The PersonalFileLocation property returns or sets the default directory location used to store personal files like saved searches, saved ticker files, and workspace files.

Syntax
void SetPersonalFileLocation(Cstring text);

Cstring Text = GetPersonalFileLocation();

The PersonalFileLocation syntax has these parts:

Part

Description

text

A String containing the full path to the file location.

Back to: Utility Properties