2019-12-04 21:01:24 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "filesystem_def.h"
|
|
|
|
|
|
|
|
namespace Iop
|
|
|
|
{
|
|
|
|
namespace PathUtils
|
|
|
|
{
|
|
|
|
fs::path MakeHostPath(const fs::path&, const char*);
|
2020-05-04 11:41:35 -04:00
|
|
|
bool IsInsideBasePath(const fs::path&, const fs::path&);
|
2019-12-04 21:01:24 +00:00
|
|
|
}
|
|
|
|
}
|