Modify ↓
Opened 18 years ago
Closed 18 years ago
#150 closed Bug (No Bug)
Can´t open hidden file
| Reported by: | MrBestliving | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.10.0 | Severity: | |
| Keywords: | FileOpen, hidden file | Cc: |
Description
I tried to open a hidden file with FileOpen funcion in "2" mode(Write mode (erase previous contents)), but it was failure. I was try it on version 3.1.1.0 and 3.2.10.0 but the result was in both version same.
Attachments (1)
Change History (7)
by , 18 years ago
| Attachment: | FileOpen.au3 added |
|---|
follow-up: 2 comment:1 by , 18 years ago
comment:2 by , 18 years ago
Replying to Valik:
I can not reproduce. The file is correctly re-created for me. No issues.
reproducible under VISTA even with a just hidden file not under the root
comment:3 by , 18 years ago
I forgot to write, that I do it under Windows XP SP2.
So it is bug or there´s something wrong with my PC?
comment:5 by , 18 years ago
Hidden files cannot be open so you need to change the file attribute before opening
comment:6 by , 18 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

I can not reproduce. The file is correctly re-created for me. No issues.