Modify ↓
#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 16 years ago by Jos
- Resolution set to No Bug
- Status changed from new to closed
comment:2 follow-up: ↓ 3 Changed 16 years ago by anonymous
My script not have "@WorkingDir".
What @WorkingDir?
comment:3 in reply to: ↑ 2 Changed 16 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.
Note: See
TracTickets for help on using
tickets.
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