PDA

View Full Version : Folder Browse Problem


labrat
06-19-2003, 12:03 PM
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
06-19-2003, 12:16 PM
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?