diff --git a/BeefLibs/corlib/src/IO/Path.bf b/BeefLibs/corlib/src/IO/Path.bf index 62b3bba8..2326e28f 100644 --- a/BeefLibs/corlib/src/IO/Path.bf +++ b/BeefLibs/corlib/src/IO/Path.bf @@ -382,6 +382,11 @@ namespace System.IO } } + public static void Combine(String target, params StringView[] components) + { + InternalCombine(target, params components); + } + public static void GetActualPathName(StringView inPath, String outPath) { Platform.GetStrHelper(outPath, scope (outPtr, outSize, outResult) =>