#include <file.h>
Public Member Functions | |
| CFile (const std::string &Name, std::ios_base::openmode Mode=ios_base::in|ios_base::out) | |
| const std::string & | FullName () const |
| const std::string | FileName () const |
| const std::string | ShortFileName () const |
| const std::string | Extension () const |
Private Attributes | |
| std::string | m_Name |
Definition at line 29 of file file.h.
| CFile::CFile | ( | const std::string & | Name, | |
| std::ios_base::openmode | Mode = ios_base::in|ios_base::out | |||
| ) |
| const std::string& CFile::FullName | ( | ) | const |
| const std::string CFile::FileName | ( | ) | const |
| const std::string CFile::ShortFileName | ( | ) | const |
| const std::string CFile::Extension | ( | ) | const |
std::string CFile::m_Name [private] |
1.5.8