Modify

Opened 12 years ago

Closed 11 years ago

Last modified 17 months ago

#2872 closed Feature Request (Rejected)

FileDelete set @extended deleted count

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

Description

In @extended macro may be the number of deleted files.

FileDelete('*.lock')
$count = @extended

Attachments (0)

Change History (6)

comment:1 by TicketCleanup, 12 years ago

Version: 3.3.12.0

Automatic ticket cleanup.

comment:2 by Melba23, 12 years ago

As FileDelete accepts wildcards and I imagine is a direct call to the API function, how do you expect AutoIt to know the answer?

I suggest you count the files before and after the delete and do the maths yourself.

M23

comment:3 by BrewManNH, 11 years ago

The API that I'm assuming being used is probably DeleteFile, that function doesn't return anything other than success or fail. There doesn't seem to be any way for any language using that Windows API to get the number of files that got deleted.

comment:4 by Melba23, 11 years ago

Resolution: Rejected
Status: newclosed

comment:5 by vanowm, 17 months ago

@extended seems to get set to non-zero when it failed delete a file

in reply to:  5 comment:6 by Jos, 17 months ago

Replying to vanowm:

@extended seems to get set to non-zero when it failed delete a file

... as you already stated in the forum and assume you're still waiting for an answer? or were you trying to get a speedier answer?
Either way: Please do not post in a feature request which is closed 10 years ago!

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.