Jump to content

Is there some means to allow either browsing to an input file path and alow direct path entry?


Go to solution Solved by TheXman,

Recommended Posts

Posted

The FileSelectFolder UDF (rather than the function) allows your user to either navigate to a specific folder or enter it directly within the same custom control, and without your script having to be a GUI. Does anyone know of an equivalent UDF or function that would work with files (in addition to or without folder support) instead?

I looked at the source cod of FileSelectFolder to see if I could adapt it for files, but I'm far from being proficient enough to even begin to understand it.

What do you think, please?

  • Solution
Posted (edited)
24 minutes ago, Jorge11 said:

Is there some means to allow either browsing to an input file path and alow direct path entry?

Isn't that what FileOpenDialog() does?

Edited by TheXman
Corrected the quoted text
Posted

Thanks! I failed to find anything in the help file about direct file-path entry, so I mistakenly assumed that wasn't supported. 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...