What are Coding Snacks?
Coding Snacks represent the best of DonationCoder.
On a special section of our forum, anyone can post an idea for a small custom utility/program.
Coders who hang out on our forum keep an eye out for interesting requests and when they see one that catches their interest, they code it and release it to the public for free.
People who find the tools useful are encouraged to donate directly to the coders to show their appreciation.
Forum Links:
JGPaiva's GridMove tool started as a request on the Coding Snacks section of our forum, and grew into a very popular utility.
GridMove let's you create a virtual grid on your screen where you can drag and drop and snap windows to specific locations and sizes.
- Last updated: 2015
- Visit the GridMove website to read more and download here: http://www.dcmembers.com/gridmove.
What are Coding Snacks?
Coding snacks are small custom utilities written by coders who hang out on DonationCoder in response to requests posted on our forum.
You are viewing a specific blog item. Click here to return to the main blog page.
Software Utility: Stoic Joker's (File & Folder) Fix When
Description One of the in-House (work) projects required me to modify the file dates of several hundred files on a semi-regular basis while a new system was being implemented. Obviously this had to be automated.... All of the then available utilities for this were in the $50 range, so I decided to take a stab at writing my own utility (because I'm cheap and had free time back then). This actually started as a CodeProject.com code sample which was posted as an example of how to programmatically change file dates. Being that that was exactly what I was looking for, I used it as a starting point, dressed up the GUI, added a few features, and re-factored the existing code to increase the applications speed (x20) dramatically. Features Change Created, Modified, and Last accessed dates on a File or Folder. Change the Read Only, Hidden, or System Attribute on a File or Folder. Change the above on All Filed & Folders in a given Target Folder. Bypass (Read Only or System) Attributes to effect changes as necessary. Will also Display if target File of Folder is (NTFS) Compressed or Encrypted. |
||||||||||