Jump to content

Search for files .fk


Recommended Posts

#Include <File.au3>
; #Include <Array.au3>

$FileList=_FileListToArray("C:\TEMP\","*.fk",1)
If @Error = 0 And IsArray($FileList) Then 
    ; _ArraySort($FileList,0,1)
    
    For $j = 1 to UBound($FileList) - 1
        $name = $FileList[$j]
        ; FileDelete ($name) 
    Next
EndIf

Edited by Zedna
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...