CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2010
    Posts
    5

    Filters vs Folders

    If I want to have my files arranged into seperate folders, usually I have to create a filter and a folder, and then manually edit both when I want to move things around. This is a big pain.

    Is there a way to automatically have folders and filters be the same?

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: Filters vs Folders

    What's a filter?

  3. #3
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Filters vs Folders

    What are you talking about ?

  4. #4
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: Filters vs Folders

    I'm assuming this is about the VS solution layout where you have 'folders' (which you add by choosing 'Add new filter').

    And from this question I get that he wants the hierarchy of the actual physical files/directories on disk in the project dir to match the hierarchy in the VS solution.

    1) you don't NEED this to be the case.
    2) No it can't be done automatic by VS
    3) You could make a VS addin that does this for you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured