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
The FileDialog Library is available to download from the github repository at github.com/mrfearless/FileDialog-Library
Features
Open File Dialog (Ansi and Wide/Unicode)
Save File Dialog (Ansi and Wide/Unicode)
Folder Select Dialog (Ansi and Wide/Unicode)
Installation
See the Installation & Setup section for more details.
Contribute
If you wish to contribute, please follow the Contributing guide for details on how to add or edit, the FileDialog Library source or documentation.
Frequently Asked Questions
Please visit the Frequently Asked Questions section for details.