Jump to content

FileExists where file name begin by r-


Go to solution Solved by FireFox,

Recommended Posts

Posted

Hi everybody,

How can I do a FileExist for test if a file where the name begin by R- exist?

I'm trying to do :

If FileExists("C:Program FilesR" & R-*)

Thank you

 

  • Solution
Posted

Hi,

Welcome to the autoit forum :)

Make a file search using FileFindFirstFile/NextFile or _FileListToArray then check if the file begin by "R-" with StringLeft/Mid.

Br, FireFox.

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
×
×
  • Create New...