up vote 3 down vote favorite
1
share [g+] share [fb]

I know that Windows Explorer has the ability to manage pairs or groups of files as a single entity, at least with HTML files saved using Internet Explorer.

I'd like it to handle other pairs in a similar manner; specifically, I'd like to hide the "XMP" files that Photoshop saves alongside "CR2" image files (essentially, it contains the metadata for how the Canon Raw image was opened/developed).

Is there a registry tweak that would allow this behaviour, or would I need Canon or Adobe to implement all sorts of COM interface magic?

link|improve this question

This may fare better in Stack Overflow... – Zian Choy Sep 28 '09 at 1:58
I did wonder that myself... – Rowland Shaw Sep 28 '09 at 16:19
2  
Seems a related question has been asked at: photo.stackexchange.com/q/5957/21 – Rowland Shaw Dec 23 '10 at 17:03
Short Answer: No. Related question: superuser.com/questions/239039/… – afrazier Feb 8 '11 at 20:27
@afrazier there must be some way, for it to work with HTML files saved; even if it is via some COM interface – Rowland Shaw Feb 9 '11 at 8:59
show 1 more comment
feedback

1 Answer

No. it's a windows feature created by microsoft specifically for ofline website files. it's a hardcoded feature in explorer that checks to see if you are moving a .htm/.html file. If you are explorer will look for a matching folder of the html file name with an extra "_files" and move that folder automatically.

It's nothing special. You can try it yourself. Make a blank "test.htm" file on your desktop. then make a folder named "test_files". drag and drop either the html file or the folder and watch as it moves the other one.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.