mladost1 Posted April 2, 2008 Posted April 2, 2008 (edited) Sorry to bother again with this question...there was an explanation in the forum but I did not quite get it. I want to list al the files on my desktop using the simple code $desk=_FileListToArray(@DesktopDir,"*",1) I do not want any specific file I just want to get the freaking array with all the files onyl What should I change (I tried with $desk=_FileListToArray(@DesktopDir,"",1) and got the same error.... Edited April 2, 2008 by mladost1
monoceres Posted April 2, 2008 Posted April 2, 2008 Well the first one will work just fine (the * means all files) You did include File.au3 in your script? Broken link? PM me and I'll send you the file!
DarkMatter Posted April 2, 2008 Posted April 2, 2008 (edited) #include <file.au3> $Desk = _FileListToArray(@DesktopDir, "*", 1) Edited April 2, 2008 by DarkMatter [sub]Quantum mechanics: The dreams stuff is made of[/sub]
mladost1 Posted April 2, 2008 Author Posted April 2, 2008 Well the first one will work just fine (the * means all files)You did include File.au3 in your script? Oh my god I knew it would be easy, but not that much . Thanks dude !
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