9 Commits

Author SHA1 Message Date
qqt
c9db88458d
Switch int to var so IntelliSense is satisfied 2022-01-18 04:30:09 +00:00
c103e17b0b
Fix indiscriminate file move and loop edgecase
Also, GC should very rarely be triggered manually and program exits automatically upon leaving main. If files.Length > 65536, for-loop would move the same files over and over until File.Move throws PathTooLongException, or loop infinitely if no files match criterion.
2022-01-14 04:04:52 +01:00
riya
f856e72146
Update Program.cs 2021-03-30 10:02:11 +02:00
riya
e09725faf7
Merge pull request #1 from socketbug/patch-1
Update Program.cs
2021-03-02 13:35:11 +01:00
socketbug
feb5ac2e79
Update Program.cs
- Added more comments to make it easier to understand for beginners
- Updated the first displayed message
2021-03-02 10:52:25 +01:00
riya
5024662485
Update README.md 2021-03-02 09:41:17 +01:00
Reversing
1f1e3cc283 Add source code 2021-03-02 09:36:33 +01:00
riya
33eed88063
Update README.md 2021-03-02 09:35:15 +01:00
riya
013ccfc590
Initial commit 2021-03-02 09:34:52 +01:00