Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PenguLoader/PenguLoader
/ NormalizePath
Method
NormalizePath
loader/Main/Utils.cs:51–56 ·
view source on GitHub ↗
(string path)
Source
from the content-addressed store, hash-verified
49
}
50
51
public static string NormalizePath(string path)
52
{
53
return Path.GetFullPath(new Uri(path).LocalPath)
54
.TrimEnd(Path.DirectorySeparatorChar, Path.AltDirectorySeparatorChar)
55
.ToUpperInvariant();
56
}
57
}
58
}
Callers
1
Module
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected