reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofFileDialogResult Class Reference

file dialog box selection or save result More...

#include <ofSystemUtils.h>

Public Member Functions

 ofFileDialogResult ()
 
std::string getName ()
 
std::string getPath ()
 

Public Attributes

std::string filePath
 full path to selected file or directory
 
std::string fileName
 selected file or directory name
 
bool bSuccess
 true if the dialog action was successful, aka file select not cancel
 

Detailed Description

file dialog box selection or save result

Constructor & Destructor Documentation

◆ ofFileDialogResult()

ofFileDialogResult::ofFileDialogResult ( )

Member Function Documentation

◆ getName()

std::string ofFileDialogResult::getName ( )
Returns
the name of the selected file or directory, if set currently returns only 1 file, this may change in the future

◆ getPath()

std::string ofFileDialogResult::getPath ( )
Returns
the full path of the selected file or directory, if set

Member Data Documentation

◆ bSuccess

bool ofFileDialogResult::bSuccess

true if the dialog action was successful, aka file select not cancel

◆ fileName

std::string ofFileDialogResult::fileName

selected file or directory name

◆ filePath

std::string ofFileDialogResult::filePath

full path to selected file or directory


The documentation for this class was generated from the following files: