.. _Overview: ============ Overview ============ FileDialog Library consists of functions that wrap the COM implementation of the common item dialog used with IFileOpenDialog and IFileSaveDialog objects. Thus the FileDialog Library functions hide the complexities of interacting with the COM objects, and provide easy to use functions with support for both Ansi and Wide/Unicode. The FileDialog library and source code are free to use for anyone, and anyone can contribute to the FileDialog Library project. .. _Download_Overview: Download -------- The FileDialog Library is available to download from the github repository at `github.com/mrfearless/FileDialog-Library `_ .. _Features_Overview: Features -------- * Open File Dialog (Ansi and Wide/Unicode) * Save File Dialog (Ansi and Wide/Unicode) * Folder Select Dialog (Ansi and Wide/Unicode) .. _Installation_Overview: Installation ------------ See the :ref:`Installation & Setup` section for more details. .. _Contribute_Overview: Contribute ---------- If you wish to contribute, please follow the :ref:`Contributing` guide for details on how to add or edit, the FileDialog Library source or documentation. .. _FAQ_Overview: Frequently Asked Questions -------------------------- Please visit the :ref:`Frequently Asked Questions` section for details.