tanzawa Posted September 20, 2013 Posted September 20, 2013 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 FireFox Posted September 20, 2013 Solution Posted September 20, 2013 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now