Modify ↓
Opened on Apr 23, 2009 at 12:02:34 PM
Closed on Apr 23, 2009 at 12:12:35 PM
Last modified on May 1, 2009 at 4:13:52 AM
#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 , on Apr 23, 2009 at 12:12:35 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
follow-up: 3 comment:2 by , on May 1, 2009 at 4:00:21 AM
My script not have "@WorkingDir".
What @WorkingDir?
comment:3 by , on May 1, 2009 at 4:13:52 AM
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