# C1.Win.SpellChecker.UserDictionary.GetFileName

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SpellChecker_UserDictionary_GetFileName_" data-uid="C1.Win.SpellChecker.UserDictionary.GetFileName*">GetFileName Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SpellChecker_UserDictionary_GetFileName_" data-uid="C1.Win.SpellChecker.UserDictionary.GetFileName*"></a>
<h4 id="C1_Win_SpellChecker_UserDictionary_GetFileName_System_Boolean_" data-uid="C1.Win.SpellChecker.UserDictionary.GetFileName(System.Boolean)">GetFileName(bool)</h4>
<div class="markdown level1 summary"><p>Gets the fully qualified name of the file that contains the user dictionary.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override string GetFileName(bool mustExist)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Function GetFileName(mustExist As Boolean) As String</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">mustExist</span></td>
      <td><p>Whether to return a filename even if the file doesn't exist.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><p>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.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Win.SpellChecker.SpellDictionaryBase.GetFileName.html#C1_Win_SpellChecker_SpellDictionaryBase_GetFileName_System_Boolean_">SpellDictionaryBase.GetFileName(bool)</a></div>
<h5 id="C1_Win_SpellChecker_UserDictionary_GetFileName_System_Boolean__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>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).</p>
</div>
</div>
