Extend FsUtils
This commit is contained in:
@@ -10,10 +10,12 @@
|
||||
|
||||
namespace OpenVulkano
|
||||
{
|
||||
class FsUtils
|
||||
struct FsUtils
|
||||
{
|
||||
static bool DeleteEmptyDirs(const std::filesystem::path& dir, bool recursive = true);
|
||||
|
||||
static bool DeleteEmptySubTrees(const std::filesystem::path& dir);
|
||||
|
||||
static bool IsTreeEmpty(const std::filesystem::path& dir);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user