JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1616
|
Re: Getting Summary Info from a File Archived to Disk
Do you mean display the name in the title as seen in (for example) My Documents?
ie:
Word Document
title: "VB Standards"
filename: "VBStds.doc"
you want "VB Standards" displayed in the folder (directory), NOT "VBStds"?
If so, then, if possible, it'd be more of a registry tweak if anything I'd think. Then you'd have the problem of illegal characters in the title.
If you just want to create a program that'd show the "title" not "filename", then it should be possible, although I've never seen code to do that in particular.
|