This is a minor update to the example Display battery status in a friendly way in C#. That example...
Archive - May 22, 2022
How to Display battery status in a friendly way in C#
The example Display battery status in C# shows how you can get the computer’s battery status...
Use regular expressions to rename files in a directory hierarchy in C#
This example extends the example Use regular expressions to rename files within a date range and...
How to Use regular expressions to rename files within a date range and that match a pattern in C#
This example extends the example Use regular expressions to rename files that match a pattern...
How to Use regular expressions to rename files that match a pattern in C#
This example shows how to use regular expressions to rename files. To use the program, enter a...
How to Find palindrome dates in C#
A palindrome date is a date that, in numeric format, reads the same forward and backward. For...
How to Unblock files received from email or the internet in C#
I do a lot of technical editing. When a project editor sends me files, Windows marks them as from...
How to Copy folder structure in C#
Sometimes I need to copy a folder structure from one directory to another. For example, for my...