Skip to content

croby/ofxMacFileDialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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);

About

Mac File Dialog box for openFrameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages