Announcement

Collapse
No announcement yet.

Aligning ZIPs with folders

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Aligning ZIPs with folders

    How do I do this, please?

  • #2
    Just treat the zip file as if it were a folder. It works with the integrated Windows Explorer context menu options as well as from within the BC3 GUI.
    BC v4.0.7 build 19761
    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

    Comment


    • #3
      How do I "treat" zips as folders when I compare a folder of zips with a folder of folders, to get alignment?

      Comment


      • #4
        Try using a RegEx Alignment Override:

        http://screencast.com/t/yIVWRboa
        BC v4.0.7 build 19761
        ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

        Comment


        • #5
          Excellent - thanks Michael.

          For the (text) record, that solution is:

          Align left file (or folder):
          (.*)
          with right file (or folder):
          $1.zip

          Comment


          • #6
            The non-regular expression case would just be:
            Align left file (or folder):
            *
            with right file (or folder):
            *.zip
            Zoë P Scooter Software

            Comment


            • #7
              Thanks. Is there any advantage to the RE version?

              Comment


              • #8
                Not in this case.
                RegEx offers more flexibility for more complex alignments.
                BC v4.0.7 build 19761
                ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

                Comment


                • #9
                  Thanks.

                  Comment

                  Working...
                  X