Flynn1179
Flynn1179

Reputation: 12075

Add new fields in windows explorer, using C#

Is there any way of adding extra fields to the details view of windows explorer? Similar to the 'dimensions' field of images, or the 'SVN Status' field that TortoiseSVN adds?

I've got a program that lists information about each file in a folder, I'm just thinking it would be so much easier to use if I could do this.

Upvotes: 4

Views: 1463

Answers (1)

Mattias S
Mattias S

Reputation: 4808

The Property System lets you do that in Vista and later. Windows XP did the same thing using Column shell extensions.

Upvotes: 2

Related Questions