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 by , 17 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:3 by , 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.
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