Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Locate File

$
0
0
Hello all
I would like to set up a script which determines whether any file is in a specific folder
this is what I have so far,

[ autoit ]      
if not FileExists (@UserProfileDir & "\Copy Folder\") Then DirCreate(@UserProfileDir & "\Copy Folder\") EndIf if FileExists (@UserProfileDir & "\Copy Folder\*.*") Then $string = StringSplit(@UserProfileDir & "\Copy Folder\*.*", "\") MsgBox(0, "", $string[5]) EndIf

I just dont know the macro for "any file", and it seems as though *.* didnt work.

any help would be amazing

Viewing all articles
Browse latest Browse all 12506


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>