Jump to content

[SOLVED]how to i count how many .ini files are in a directory


 Share

Recommended Posts

Is there a function I can use to count how many *.ini files are in a directory and return that number?

_FileListToArray@ScriptDir, "*.ini")
If @Error=1 Then
    MsgBox (0,"","There were no Database files found in the data directory.")
    Exit
EndIf
msgbox(0,"",$FileList[0])

Thank you AutoIt forums, and helpfile :D

God Bless All of you. Amen.

Edited by Hypertrophy
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...