Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#925 closed Bug (No Bug)

Text not put in file, if uncomment function "FileOpenDialog"

Reported by: anonymous Owned by:
Milestone: Component: AutoIt
Version: 3.3.0.0 Severity: None
Keywords: Cc:

Description

FileOpenDialog('Open File', @WindowsDir & "\", "All (*.txt)")
$file = FileOpen("text.txt", 1)
FileWrite($file,'Now this text not put in file')
FileClose($file)

Attachments (0)

Change History (3)

comment:1 Changed 15 years ago by Jos

  • Resolution set to No Bug
  • Status changed from new to closed

Yes it is but you need to look in the directory you just selecteda file from:

Quote from tyhe remarks section in the Helpfile:
@WorkingDir is changed on successful return.

Please post questions/issues like this first in our support forum to get confirmation of a bug.

Jos

comment:2 follow-up: Changed 15 years ago by anonymous

My script not have "@WorkingDir".
What @WorkingDir?

comment:3 in reply to: ↑ 2 Changed 15 years ago by Valik

Replying to anonymous:

My script not have "@WorkingDir".
What @WorkingDir?

I would answer you except I don't think you know how to read. Otherwise you would be posting on the forum where things like this belong. Or maybe you would be reading the documentation.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.