It seems to be fixed in my version of 2003... I don't get any path
information displayed, just filenames (which get '...'ed if they're too
long). Maybe there's a setting somewhere that changes it? I've never had
pathnames displayed.
Steve
> AFAIK not, but it is fixed in the Visual Studio 2005 demos that I have seen.
>
[quoted text clipped - 7 lines]
> > Thanks,
> > ccallen
Pathnames appear both in VS.NET 2002 and VS.NET 2003 in the following cases:
- If the file is inside a subfolder of the current project folder.
- If the file is linked to some folder somewhere outside the project folder.
Of course (Thank God), the path does not appear if the file is in the
project folder.
BTW, I am not sure now if VS.NET 2005 fixes those 2 cases or not. I will
check at home...

Signature
Carlos J. Quintero (Visual Developer - .NET MVP)
FAQs, Knowledge Base, Files, Docs, Articles, Utilities, etc. for .NET
addins:
http://groups.yahoo.com/group/vsnetaddin/ (free join)
> It seems to be fixed in my version of 2003... I don't get any path
> information displayed, just filenames (which get '...'ed if they're too
> long). Maybe there's a setting somewhere that changes it? I've never had
> pathnames displayed.
>
> Steve
ccallen - 06 May 2004 15:51 GMT
> - If the file is inside a subfolder of the current project folder.
> - If the file is linked to some folder somewhere outside the project folder.
Yep, thats what I have going on.
Thanks, for the responses.
ccallen
> Pathnames appear both in VS.NET 2002 and VS.NET 2003 in the following cases:
>
[quoted text clipped - 13 lines]
> >
> > Steve