Fixed scope of full path

This commit is contained in:
Simon Lübeß
2023-01-08 16:48:38 +01:00
parent 4589030da6
commit b5ca86d8de
@@ -6,7 +6,7 @@ extension Path
{
public static mixin GetScopedFullPath(String path)
{
String fullPath = scope String(Path.MaxPath);
String fullPath = scope:: String(Path.MaxPath);
Path.GetFullPath(path, fullPath);
fullPath