Brian Fiete пре 1 година
родитељ
комит
0990537b7e
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      BeefLibs/corlib/src/IO/Path.bf

+ 5 - 0
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) =>