.. index:: 
  !Manifest.loadFromFile Method
  
.. _id3_bioseal_manifest_load_from_file_class_method:

===============================================================================
Manifest.loadFromFile Method
===============================================================================

Module: :ref:`Manifest<id3_bioseal_manifest_class>`

Definition
----------

Loads the manifest from file.


.. code:: Dart

    void loadFromFile(String? path)

**Parameters**

.. line-block::

    ``path`` String
    :guilabel:`in` The manifest path.


**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



