Folder Browse Problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • labrat
    Forum Member
    • Mar 2003
    • 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
  • Adam
    Indigo Rose Staff Member
    • May 2000
    • 2148

    #2
    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?

    Comment

    Working...
    X