#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 615 of file basestrm.h.
|
|
Definition at line 621 of file basestrm.h. |
|
|
Definition at line 622 of file basestrm.h. |
|
|
Definition at line 620 of file basestrm.h. References ASCString::operator=(). |
|
|
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 2413 of file basestrm.cpp. References pathdelimitterstring. Referenced by loadASCFieldImage(). |
1.4.2