Modify ↓
Opened 11 years ago
Closed 11 years ago
#2905 closed Bug (Works For Me)
DirCopy Redirection Bug
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.10.2 | Severity: | None |
| Keywords: | dir copy redirection | Cc: |
Description
1) manual create a folder tmp0 under /SysWOW64
2) put a test.txt into tmp0
3) DirCopy("C:\Windows\System32\tmp0", "C:\Windows\System32\tmp1")
4) script is compiled as x86
Expectation:
tmp0 with file is copyed and is placed under SysWOW64 as tmp1 (automatic redirection for x86 executables from System32 to SysWOW64)
Reality:
tmp1 is created under SysWOW64 WITHOUT txt file
AND tmp1 WITH txt file is created under System32
Testenvironment:
Windows 7 SP1 64Bit, German with AutoIt 3.3.10.2
(also tested with 3.3.12.0 and 3.3.13.19)
Attachments (0)
Note:
See TracTickets
for help on using tickets.

I assume you run your test in admin mode.
I try to reproduce Under Windows8.1 64_bit and it works as a charm