@@ -325,12 +325,6 @@ public enum StatFile
325
325
/// </summary>
326
326
public static readonly List < string > DEFAULT_RESOURCE_DIRS = new List < string >
327
327
{
328
- Path . Combine ( Path . GetPathRoot ( Path . GetFullPath ( Directory . GetCurrentDirectory ( ) ) ) , "scratch" , "mmarius" , "research" , "awsimopt" , "resources" , "Wordlists" ) ,
329
- Path . Combine ( Path . GetPathRoot ( Path . GetFullPath ( Directory . GetCurrentDirectory ( ) ) ) , "scratch" , "mmarius" , "research" , "awsimopt" , "resources" ) ,
330
- Path . Combine ( Path . GetPathRoot ( Path . GetFullPath ( Directory . GetCurrentDirectory ( ) ) ) , "scratch" , "mmarius" , "research" , "awsimopt" , "repo" , "Material" , "Resources" , "Wordlists" ) ,
331
- Path . Combine ( Path . GetPathRoot ( Path . GetFullPath ( Directory . GetCurrentDirectory ( ) ) ) , "scratch" , "mmarius" , "research" , "awsimopt" , "repo" , "Material" , "Resources" ) ,
332
- Path . Combine ( Path . GetPathRoot ( Path . GetFullPath ( Directory . GetCurrentDirectory ( ) ) ) , "scratch" , "herbort" , "storage_eval" , "repo" , "Material" , "Resources" , "Wordlists" ) ,
333
- Path . Combine ( Path . GetPathRoot ( Path . GetFullPath ( Directory . GetCurrentDirectory ( ) ) ) , "scratch" , "herbort" , "storage_eval" , "repo" , "Material" , "Resources" ) ,
334
328
Path . Combine ( "Material" , "Resources" , "Wordlists" ) ,
335
329
Path . Combine ( "Material" , "Resources" ) ,
336
330
Path . Combine ( "repo" , "Material" , "Resources" , "Wordlists" ) ,
0 commit comments