RIOT photo directory

- Posted in Uncategorized by

I'm adding a photo gallery to my website. It's gonna take a while, because I have years of accumulated photos. I've uploaded 1,221 image files while watching Netflix with S this evening. And I still have plenty of photo directories to process with RIOT. I'll resume tomorrow with S's Aunt M's pics.

Get top level subdirectories from a given directory

- Posted in Coding by

Here is a program demonstrating how to get the names of the top-level subdirectories in a given directory:

Zip a passed directory using c-sharp

- Posted in Coding by

If passed a valid subdirectory, this 60-line C# console program will zip it to .zip file that is located in same directory as executing code.

Copy one directory to another

- Posted in Coding by

Introducing the CopyTo method, which faithfully copies one directory's contents to another directory. The method listing is on Github here.

And here is a sample program demonstrating its usage.