We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704b360 commit 86281d8Copy full SHA for 86281d8
RageLib.GTA5/Utilities/ArchiveUtilities.cs
@@ -78,7 +78,7 @@ public static void ForEachFile(string gameDirectoryName, ProcessFileDelegate pro
78
}
79
80
81
- private static void ForEachFile(string fullPathName, IArchiveDirectory directory, RageArchiveEncryption7 encryption, ProcessFileDelegate processDelegate)
+ public static void ForEachFile(string fullPathName, IArchiveDirectory directory, RageArchiveEncryption7 encryption, ProcessFileDelegate processDelegate)
82
{
83
foreach (var file in directory.GetFiles())
84
0 commit comments