.. module:: NatronEngine .. _OutputFileParam: OutputFileParam *************** **Inherits** :doc:`StringParamBase` Synopsis -------- This parameter is used to specify an output file Functions ^^^^^^^^^ - def :meth:`openFile` () - def :meth:`setSequenceEnabled` (enabled) Member functions description ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. method:: NatronEngine.OutputFileParam.openFile() When called in GUI mode, this will open a file dialog for the user. Does nothing in background mode. .. method:: NatronEngine.OutputFileParam.setSequenceEnabled(enabled) :param enabled: :class:`bool` Determines whether the file dialog opened by :func:`openFile()` should have support for file sequences or not.