Jump to content

FileOpenDialog


chamach
 Share

Recommended Posts

Hello all of you,

I am currently using this in a script to be able to open AutoIt v2 and v3 using an AutoIt v3 menu :

FileOpenDialog ("Choose an AutoIt script", @ScriptDir, "AutoIt Scripts(*.au*)", 1)

But, I would like to be able to use the "*.txt" filter also. In the ChangeLog.txt file, I have seen that :

3.0.75

- Changed: FileOpenDialog() uses "|" as the delimiter instead of ","

My question is : how to use the delimiter ? Is it really for choosing different file extensions ?

Thanks a lot !

Cervélo Soloist 2004 & Cervélo P3C 2007

Link to comment
Share on other sites

  • Developers

Think this will work:

FileOpenDialog ("Choose an AutoIt script", @ScriptDir, "AutoIt Scripts(*.au*;*.txt)", 1)

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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