Support Alternate Data Streams
Add Support for "Alternate Data Streams" when copying files that use it. This information is lost when copied with teracopy vs using windows explorer. I use Teracopy when copying TB of files.
I make use of alternate data streams for MD5 Hash Checking. I am simply using MD5Stream to Store MD5 hash in NTFS Alternate Data Stream on the files. This way the MD5 is attached with the file.
I use FileMeta a lot to add various metadata to different kind of custom filetypes. It uses Alternate Data Streams to store those metadata and view them in Explorer. Whenever files are copied/moved using TeraCopy, those informations are lost as TeraCopy doesn't support copying Alternate Data Streams.
Another program named FileMarker uses ADS to store its custom File Icons.
I am sure a lot of softwares use ADS to store useful informations, so it will be helpful if you implement ADS copy feature in your popular program. Thank you.