We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feea9ca commit 6930bf0Copy full SHA for 6930bf0
1 file changed
TruePath/DiskUtils.cs
@@ -13,7 +13,7 @@ namespace TruePath;
13
/// <summary>
14
/// Utility class for handling disk operations and obtaining real paths.
15
/// </summary>
16
-public static class DiskUtils
+internal static class DiskUtils
17
{
18
// from https://github.com/dotnet/corefx/blob/9c06da6a34fcefa6fb37776ac57b80730e37387c/src/Common/src/System/IO/PathInternal.Windows.cs#L52
19
0 commit comments