SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
FullFileName Class Reference

#include <FullFileName.h>

Public Member Functions

 FullFileName (std::string filename)
 
bool create_file_path ()
 
std::string get_ext ()
 
std::string get_basename ()
 
std::string get_filename ()
 
std::string get_abs_path ()
 
std::string get_rel_path ()
 
std::string get_rel_path (std::string path)
 
std::string get_rel_path (Dir path)
 
std::string get_rel_filename ()
 
std::string get_rel_filename (std::string dir)
 
std::string get_rel_filename (Dir dir)
 
std::string get_abs_filename ()
 

Detailed Description

Todo:
: most of the functionality in this class can be replaced with the

Constructor & Destructor Documentation

FullFileName ( std::string  filename)

Member Function Documentation

bool create_file_path ( )
std::string get_abs_filename ( )
std::string get_abs_path ( )
std::string get_basename ( )
std::string get_ext ( )
std::string get_filename ( )
std::string get_rel_filename ( )
std::string get_rel_filename ( std::string  dir)
std::string get_rel_filename ( Dir  dir)
std::string get_rel_path ( )
std::string get_rel_path ( std::string  path)
std::string get_rel_path ( Dir  path)

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