From b1bb51afb4ff6eac0ed65480be2127d3e06cb01a Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Tue, 16 Nov 2021 14:26:30 +0100 Subject: Added a PathToUtf8(path, string-buffer) overload --- zencore/include/zencore/filesystem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'zencore/include') diff --git a/zencore/include/zencore/filesystem.h b/zencore/include/zencore/filesystem.h index e47d53685..113ffd614 100644 --- a/zencore/include/zencore/filesystem.h +++ b/zencore/include/zencore/filesystem.h @@ -56,6 +56,7 @@ struct CopyFileOptions ZENCORE_API bool CopyFile(std::filesystem::path FromPath, std::filesystem::path ToPath, const CopyFileOptions& Options); ZENCORE_API bool SupportsBlockRefCounting(std::filesystem::path Path); +ZENCORE_API void PathToUtf8(const std::filesystem::path& Path, StringBuilderBase& Out); ZENCORE_API std::string PathToUtf8(const std::filesystem::path& Path); extern template class StringBuilderImpl; -- cgit v1.2.3