<p dir="ltr">[Paraview] XML plugin syntax for FileChooser.</p>
<p dir="ltr"> </p>
<p dir="ltr">Hi,</p>
<p dir="ltr"> </p>
<p dir="ltr">I would like to create a custom programmable python filter  to write some calculation results in a file.</p>
<p dir="ltr">I’ve tried to use the following XML plugin syntax to define a FileChooser button and help the user select the path of the output file :<br></p>
<p dir="ltr"><StringVectorProperty<br>
  label="Path"<br>
  command="SetParameter"<br>
  name="QFileName"<br>
  initial_string="QFileName"<br>
  number_of_elements="1"<br>
  panel_visibility="default"><br>
  <FileListDomain name="files" /><br>
  <Documentation>Path of the output file</Documentation><br>
  <Hints><br>
    <FileChooser extensions="inp" file_description="APDL input file" /><br>
  </Hints><br>
</StringVectorProperty><br></p>
<p dir="ltr">This create a text field with an associated file chooser button as I wanted.</p>
<p dir="ltr">But it seems that I can only select existing files.<br></p>
<p dir="ltr">Is-there a way to tell Paraview that this path is an output path and not an input path ?</p>
<p dir="ltr">Best regards,</p>