AlmarM Posted October 23, 2008 Posted October 23, 2008 Hi, Is there any way to find all files that start with for exaple 'test' in a specific path. Example C:\Example\Example\test:123.txt C:\Example\Example\test:532.txt C:\Example\Example\test:fghjy.txt C:\Example\Example\test:y65.txt So the command will return the file names. Or the whole path. Hope you understand AlmarM Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
LarryDalooza Posted October 23, 2008 Posted October 23, 2008 search the forum for "filesearch" and / or "Files2Array" or some derivative... it's in the forum... you can find it. use wildcards... test*.* Lar. AutoIt has helped make me wealthy
komalo Posted October 23, 2008 Posted October 23, 2008 (edited) @larry : you mean _FileListToArray @AlmarM : yes _FileListToArray is what you need included in File.au3 Edited October 23, 2008 by komalo [font="Palatino Linotype"][size="3"]AutoIt Script Examples :[/size][/font][font="Palatino Linotype"][size="3"]_CaptureBehindWindowGlass CMD for Windows Vista/Seven[/size][/font][left][/left][font="Palatino Linotype"][size="3"]Non AutoIt Script programs : Border Skin - Aero Glass On XP[/size][/font]
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