We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DirectoryEx
1 parent b1cc255 commit cc77b4bCopy full SHA for cc77b4b
1 file changed
TruePath/Extensions/DirectoryEx.cs
@@ -9,7 +9,7 @@ namespace System.IO;
9
/// <summary>
10
/// Class that contains custom implementations methods of <see cref="Directory"/> class presented in .NET 8 but missing in .NET Standard 2.0.
11
/// </summary>
12
-public static class DirectoryEx
+internal static class DirectoryEx
13
{
14
public static DirectoryInfo CreateTempSubdirectory(string? prefix = null)
15
0 commit comments