Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2003
    Posts
    8

    Folder Browse Problem

    I am currently using the folder browse function, after the selected directory is displayed, I double click on my selected file, but nothing happens. What would I check to see why this is happening?

    Thanks, Mike

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150

    Re: Folder Browse Problem

    When you use the Folder Browse and you double click a file it simply sets the variable %FullPath% (by default) to the path to that file excluding the filename. This variable now contains the information that you want so that you can use it in AutoPlay.

    If you want the full path to the file that you locate through the dialog then you should use a File Browse action. This will return the full path to the file that you have selected. You could then use this variable to do a file.open or file.execute.

    Does this help?

Posting Permissions

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