aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/include
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-01-10 09:56:33 +0100
committerDan Engelbrecht <[email protected]>2025-01-10 09:56:33 +0100
commitbe24af604c26cca81d4b6d4f1789238884c7a12d (patch)
tree670f0552468398e6c60edfe2c8667275feb34e90 /src/zencore/include
parentpartial macos implementation (diff)
downloadzen-be24af604c26cca81d4b6d4f1789238884c7a12d.tar.xz
zen-be24af604c26cca81d4b6d4f1789238884c7a12d.zip
get home folder
Diffstat (limited to 'src/zencore/include')
-rw-r--r--src/zencore/include/zencore/filesystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zencore/include/zencore/filesystem.h b/src/zencore/include/zencore/filesystem.h
index dba4981f0..13b7521ca 100644
--- a/src/zencore/include/zencore/filesystem.h
+++ b/src/zencore/include/zencore/filesystem.h
@@ -226,6 +226,7 @@ std::error_code RotateFiles(const std::filesystem::path& Filename, std::size_t M
std::error_code RotateDirectories(const std::filesystem::path& DirectoryName, std::size_t MaxDirectories);
std::filesystem::path PickDefaultSystemRootDirectory();
+std::filesystem::path GetUserHomeFolder();
//////////////////////////////////////////////////////////////////////////