Modify

Opened 18 years ago

Closed 18 years ago

#559 closed Bug (No Bug)

FileCopy does not work when there is a file exist with the same name of the "dest dir"

Reported by: anonymous Owned by:
Milestone: Component: AutoIt
Version: 3.2.12.1 Severity: None
Keywords: Cc:

Description

FileCopy does not work when there is a file exist with the same name of the "dest dir"

code:
FileCopy("c:\aaa\*.txt", "c:\bbb", 9)

the file "c:\bbb"(not dir) is already exist
then FileCopy does not work.

Attachments (0)

Change History (2)

comment:1 by Xenobiologist, 18 years ago

Hi,

I guess you are trying to copy more than one file into one destination file and that won't work.

Mega

comment:2 by J-Paul Mesnage, 18 years ago

Resolution: No Bug
Status: newclosed

It can't work as *.txt is referencing a group of files that cannot be copied in a file Whatever you use the override/creation dir flag.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.