mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Dev settings for using ScriptCore as either dll or csproj
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user