[]
Gets the fully qualified name of the file that contains the user dictionary.
protected override string GetFileName(bool mustExist)
Type | Name | Description |
---|---|---|
bool | mustExist | Whether to return a filename even if the file doesn't exist. |
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. |
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).