Exploring folder

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

  • Exploring folder

    I placed a button in the page. Now I want that on mouse click a folder will be oppened by windows explorer, and I can't find the right action to do it. Anyone who can help? Thanks.
  • Adam
    Indigo Rose Staff Member
    • May 2000
    • 2149

    #2
    Re: Exploring folder

    Use a File -> Open action and put "Explore" in the "Verb" field. Then put the path to the folder that you want to explore in the "File to Open (Path and File name)" field.

    Comment


    • #3
      Re: Exploring folder

      Hi, Adam
      Thanks. Now it's working.

      Comment

      • RobertB
        Indigo Rose Customer
        • Nov 2000
        • 519

        #4
        Re: Exploring folder-URGENT HELP!

        OK...so, how do I just open a folder within the CD-ROM full of iamges???? I do not want anyone to have to find it but just open it???

        TIA!!

        Comment

        • Corey
          Indigo Rose Staff Alumni
          • Aug 2002
          • 9745

          #5
          Re: Exploring folder-URGENT HELP!

          How about DIALOG > FOLDER BROWSE set to %Srcdrive% and then any images folder you might have?

          Corey Milner
          Creative Director, Indigo Rose Software

          Comment

          • Brett
            Indigo Rose Staff Member
            • Jan 2000
            • 2001

            #6
            Re: Exploring folder-URGENT HELP!

            You mean like using File.Open with the file to open set to "%SrcDrv%\WhateverFolder" and the verb as "open"? Is that what you are trying to accomplish?

            Comment

            • Corey
              Indigo Rose Staff Alumni
              • Aug 2002
              • 9745

              #7
              Re: Exploring folder-URGENT HELP!

              Hey Brett, what's the difference between my way and your way? Is one preferred in terms of performance/reliablility?

              Corey Milner
              Creative Director, Indigo Rose Software

              Comment

              • Lorne
                Indigo Rose Staff Member
                • Feb 2001
                • 2729

                #8
                Re: Exploring folder-URGENT HELP!

                "File - Open" with "open" verb actually just opens the folder immediately.

                "File - Open" with "explore" verb opens it in the Windows Explorer view, instead of the normal folder view.

                "Dialog - Folder Browse" presents a standard Windows Open dialog, so the user can select a folder...the path to this folder is then stored in a variable.
                --[[ Indigo Rose Software Developer ]]

                Comment

                • Brett
                  Indigo Rose Staff Member
                  • Jan 2000
                  • 2001

                  #9
                  Re: Exploring folder-URGENT HELP!

                  Corey,

                  Like Lorne outlined, it's really a matter of functionality. The Dialog.FileBrowse method is best if you want the user to browse their system, select a file and then you need to know what file they selected. Using File.Open with an open or explore verb is best when you just want the user to be able to browse their system, but you don't need to know which files they are looking at or opening.

                  - Brett

                  Comment

                  • Corey
                    Indigo Rose Staff Alumni
                    • Aug 2002
                    • 9745

                    #10
                    Re: Exploring folder-URGENT HELP!

                    Oh I see, d-uh, not sure how I missed that... Thanks guys...

                    Corey Milner
                    Creative Director, Indigo Rose Software

                    Comment

                    • RobertB
                      Indigo Rose Customer
                      • Nov 2000
                      • 519

                      #11
                      Re: Exploring folder-URGENT HELP!

                      Yep...I finally understood your other post on 'explore'...

                      Thanks...

                      I just panicked....gotta deliver these 8 CD's in about 15 minutes....LOL

                      Comment

                      • Lorne
                        Indigo Rose Staff Member
                        • Feb 2001
                        • 2729

                        #12
                        Re: Exploring folder-URGENT HELP!

                        A few additional notes: [img]/ubbthreads/images/icons/smile.gif[/img]

                        "Dialog - Folder Browse" only lets the user browse until they click the "Select" button on the dialog.

                        Using "File - Open" just opens the folder normally, like double-clicking on it in Windows...so the user is free to leave that folder open for as long as they want to.

                        "Dialog - Folder Browse" also has a different look to using "File - Open"...the former presents more of an "Open/Save As" style dialog with extra stuff like the "Select" and "Cancel" buttons, whereas the latter is just your standard Windows folder.

                        (Incidentally, "File - Open" with the "explore" verb is the same as right-clicking on a folder in Windows and choosing "Explore" from the right-click menu.)
                        --[[ Indigo Rose Software Developer ]]

                        Comment


                        • #13
                          Re: Exploring folder-URGENT HELP!

                          Hi, guys

                          Thanks a lot. It was a great lesson.

                          Comment

                          Working...
                          X