Modify ↓
Opened on Jul 2, 2010 at 5:05:24 AM
Closed on Oct 1, 2010 at 8:04:39 PM
#1703 closed Bug (No Bug)
I have a problem when using "filecopy" with extension. "vbe"
| Reported by: | avechuche | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description
I have a problem, i can´t copy files with extension "vbe.". In version 3.3.6.0 worked perfectly.
this scritp not work
FileCopy(@ScriptDir & "\RAM.vbe", @ScriptDir & "\RAM2.vbe", 1)
but this, does work
FileCopy(@ScriptDir & "\example1.txt", @ScriptDir & "\example2.txt", 1)
Attachments (0)
Change History (3)
comment:3 by , on Oct 1, 2010 at 8:04:39 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Tested it on Windows 7 Ultimate with 3.3.6.1 and no problem at all .. maybe your virusscanning software is causing the problem..