|
libsidplayfp
1.0.3
|
Static Public Member Functions | |
| static size_t | fileNameWithoutPath (const char *s) |
| static size_t | slashedFileNameWithoutPath (const char *s) |
| static const char * | fileExtOfPath (const char *s) |
| const char * SidTuneTools::fileExtOfPath | ( | const char * | s | ) | [static] |
Return pointer to file name extension in path. Searching backwards until first dot is found.
| size_t SidTuneTools::fileNameWithoutPath | ( | const char * | s | ) | [static] |
Return pointer to file name position in complete path.
| size_t SidTuneTools::slashedFileNameWithoutPath | ( | const char * | s | ) | [static] |
Return pointer to file name position in complete path. Special version: file separator = forward slash.
1.7.6.1