Skip to content

Commit

Permalink
Update DesktopSorter.cs
Browse files Browse the repository at this point in the history
optimized some logic in one of the forloops
  • Loading branch information
mwd1993 authored Dec 4, 2021
1 parent 51b6e21 commit a14248d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DesktopSorter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public static List<string> compressFiles()
if(Path.GetExtension(f).Replace(".", "").Trim() == _f)
{
File.Move(f, Sorter.desktopPath + "/DesktopSorter/" + _f + "/" + Path.GetFileName(f));
break;
}
}
}
Expand Down

0 comments on commit a14248d

Please sign in to comment.