Dev settings for using ScriptCore as either dll or csproj

This commit is contained in:
Simon Lübeß
2025-08-09 23:40:31 +02:00
parent d002dfe25e
commit b94b2afc55
9 changed files with 88 additions and 22 deletions
@@ -35,6 +35,13 @@ extension Path
path.Remove(0, 1);
}
public static void ToActualPath(String path)
{
String tmp = scope .(path);
path.Clear();
Path.GetActualPathName(tmp, path);
}
// Compared to the original Combine, this one makes sure we don't add multiple seperators. Also makes sure, the path contains only the main Separator char.
new public static void Combine(String target, params StringView[] components)
{