Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
CzechLight
/
velia
/
c5a5491b57f369c2f211c21b5d734af96e5aed94
/
.
/
tests
/
fs-helpers
/
utils.h
blob: 93196f227542579a8ad74c5cca2733ba79d7c3af [
file
] [
log
] [
blame
]
Tomáš Pecka
9b1c967
2020-11-11 15:24:06 +0100
[
diff
] [
blame
]
1
#pragma
once
2
#include
<filesystem>
3
4
void
removeDirectoryTreeIfExists
(
const
std
::
filesystem
::
path
&
rootDir
);