/ofxMacFileDialog

Mac File Dialog box for openFrameworks

Primary LanguageC++

about

ofxMacFileDialog is an openFrameworks addon to open file dialog boxes on Macs (only) and retrieve the path string from the user

usage

ofxMacFileDialog dialog;
string folderPath = dialog.getStringFromDialog(kDialogFolder, "Choose Folder to Open", NULL);
string filePath = dialog.getStringFromDialog(kDialogFile, "Choose File to Open", NULL);