Dmitrii Evdokimov

Results 6 issues of Dmitrii Evdokimov

GitHub Pages now use https://github.com/blog/2289-publishing-with-github-pages-now-as-easy-as-1-2-3

Try to replace all `2` with `3` for a such directory and a file: ``` rename-regex\bin>md "12.02.2022 DIR" rename-regex\bin>echo>"12.02.2022 file.txt" rename-regex\bin>dir/b 12.02.2022 DIR 12.02.2022 file.txt RR.exe rename-regex\bin>rr * 2 3...

1. Solved issues #17, #18, #19, #20. 2. Refactor code and split to independent classes. 3. Updated the target to the latest .NET Framework 4.8. 4. Version updated to v1.8.0....

The most modern Windows have .NET Framework 4.7.2-4.8 factory installed, not 2.0-3.5 required to run RR. Is it time to update the project? v2.0 The latest .NET Framework 4.8 can...

/// /// Maximum Windows / DOS path length /// public const int MaxPath = 260; This is obsolete since .NET Framework 4.6.2 See for details.

Make a little test tree with a directory `_1` and a subdirectory `_2` inside that. Run RR recursively to rename chars in their names: ``` rename-regex\bin>md _1\_2 rename-regex\bin>rr * _...