From 1f445742b4fbc185fe0e24d9ed2478e4f7495f53 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 4 Nov 2021 01:39:56 -0400 Subject: preserve channel list expansion and active channel (#36) also check getenv in platform --- util.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util.hpp') diff --git a/util.hpp b/util.hpp index 23b619b..feaf08d 100644 --- a/util.hpp +++ b/util.hpp @@ -21,6 +21,10 @@ struct is_optional : ::std::false_type {}; template struct is_optional<::std::optional> : ::std::true_type {}; + +bool IsFolder(std::string_view path); + +bool IsFile(std::string_view path); } // namespace util class Semaphore { -- cgit v1.2.3