[]
        
(Showing Draft Content)

C1.Win.C1SpellChecker.UserDictionary.GetFileName

GetFileName Method

GetFileName(bool)

Gets the fully qualified name of the file that contains the user dictionary.

Declaration
protected override string GetFileName(bool mustExist)
Parameters
Type Name Description
bool mustExist

Whether to return a filename even if the file doesn't exist.

Returns
Type Description
string

A complete file name which is guaranteed to exist, or an empty string if the file name was not specified or could not be found.

Overrides
Remarks

If the path is not specified, the component looks for it in the local user application data path (a location that supports read-write operations).