Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 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 by Jos, 17 years ago

Resolution: No Bug
Status: newclosed

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 by anonymous, 17 years ago

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

in reply to:  2 comment:3 by Valik, 17 years ago

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.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.