Jump to content

fileopendialog to be already defined


legend
 Share

Recommended Posts

Hi.

I want to make a script able to save save a file use filesavedialog.

The thing is, I want to have fileopendialog to be already defined, so the user only have the option to click save.

I tried something like this, butt it didn't work.

$file = (@ScriptDir & "\server.exe")
$file2 = FileSaveDialog('Save the file Autoit script', @ScriptDir, 'script (*.au3)')

someone know how to do :)?

Link to comment
Share on other sites

legend,

Your question is not clear. If the user is "saving" the file then it is implied that the file has been opened by the user (probably with some file editor). Are you trying to control where the file is "saved" to?

kylomas

Forum Rules         Procedure for posting code

"I like pigs.  Dogs look up to us.  Cats look down on us.  Pigs treat us as equals."

- Sir Winston Churchill

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...