SplitFilenameOld only handles actual file names passed, not AssetId strings.
Functions | |
| UtilExport void | SplitFilenameOld (LPCSTR full_path, LPSTR directory, LPSTR filename, LPSTR extension) |
| SplitFilenameOld (CStr* version) More... | |
| UtilExport void | SplitFilenameOld (const CStr &full_path, CStr *directory, CStr *filename, CStr *extension) |
| SplitFilenameOld (char* version) More... | |
| UtilExport void | SplitFilenameOld (const WStr &full_path, WStr *directory, WStr *filename, WStr *extension) |
| SplitFilenameOld (WStr* version) More... | |
| UtilExport void | SplitFilenameOld (LPCWSTR full_path, LPWSTR directory, LPWSTR filename, LPWSTR extension) |
| SplitFilenameOld (wchar_t* version) More... | |
| UtilExport void SplitFilenameOld | ( | LPCSTR | full_path, |
| LPSTR | directory, | ||
| LPSTR | filename, | ||
| LPSTR | extension | ||
| ) |
SplitFilenameOld (CStr* version)
| UtilExport void SplitFilenameOld | ( | const CStr & | full_path, |
| CStr * | directory, | ||
| CStr * | filename, | ||
| CStr * | extension | ||
| ) |
SplitFilenameOld (char* version)
| UtilExport void SplitFilenameOld | ( | const WStr & | full_path, |
| WStr * | directory, | ||
| WStr * | filename, | ||
| WStr * | extension | ||
| ) |
SplitFilenameOld (WStr* version)
| UtilExport void SplitFilenameOld | ( | LPCWSTR | full_path, |
| LPWSTR | directory, | ||
| LPWSTR | filename, | ||
| LPWSTR | extension | ||
| ) |
SplitFilenameOld (wchar_t* version)