1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Path.Combine

This commit is contained in:
Brian Fiete 2024-02-22 06:52:01 -05:00
parent e8ea4e3b2d
commit 0990537b7e

View file

@ -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) =>