Implemented the ability to flatten directories, esp useful with nested folders in archives.
This commit is contained in:
parent
56e8a0059e
commit
7f404a0ce9
7 changed files with 91 additions and 22 deletions
|
|
@ -30,7 +30,7 @@ namespace API.Comparators
|
|||
{
|
||||
bool c1 = Char.IsDigit(s1, i1);
|
||||
bool c2 = Char.IsDigit(s2, i2);
|
||||
var r = 0; // temp result
|
||||
int r; // temp result
|
||||
if(!c1 && !c2)
|
||||
{
|
||||
bool letter1 = Char.IsLetter(s1, i1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue