mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +02:00
Path.Combine
This commit is contained in:
parent
e8ea4e3b2d
commit
0990537b7e
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
public static void GetActualPathName(StringView inPath, String outPath)
|
||||||
{
|
{
|
||||||
Platform.GetStrHelper(outPath, scope (outPtr, outSize, outResult) =>
|
Platform.GetStrHelper(outPath, scope (outPtr, outSize, outResult) =>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue