#include <basestrm.h>
Inheritance diagram for FileName:

Public Member Functions | |
| ASCString | suffix () |
| return the suffix of the file or an empty string if the file doesn't have a suffix. | |
| FileName & | operator= (const ASCString &s) |
| FileName () | |
| FileName (const ASCString &s) | |
Definition at line 667 of file basestrm.h.
| FileName::FileName | ( | ) | [inline] |
Definition at line 673 of file basestrm.h.
| FileName::FileName | ( | const ASCString & | s | ) | [inline] |
Definition at line 674 of file basestrm.h.
| ASCString FileName::suffix | ( | ) |
return the suffix of the file or an empty string if the file doesn't have a suffix.
The suffix is the part of the filename after its last period.
Definition at line 2617 of file basestrm.cpp.
References pathdelimitterstring.
Referenced by loadASCFieldImage().
1.5.1