|
OpenGothic
Open source reimplementation of Gothic I and II
|
Functions | |
| bool | exists (const std::u16string &path) |
| std::u16string | caseInsensitiveSegment (std::u16string_view path, const char16_t *segment, Tempest::Dir::FileType type) |
| std::u16string | nestedPath (std::u16string_view gpath, const std::initializer_list< const char16_t * > &name, Tempest::Dir::FileType type) |
| std::u16string FileUtil::caseInsensitiveSegment | ( | std::u16string_view | path, |
| const char16_t * | segment, | ||
| Tempest::Dir::FileType | type | ||
| ) |
| bool FileUtil::exists | ( | const std::u16string & | path | ) |
Definition at line 15 of file fileutil.cpp.
| std::u16string FileUtil::nestedPath | ( | std::u16string_view | gpath, |
| const std::initializer_list< const char16_t * > & | name, | ||
| Tempest::Dir::FileType | type | ||
| ) |