Slash Posted April 25, 2008 Posted April 25, 2008 (edited) hello people can someone help me I'm looking for a script that the contents of a folder listing. I do not know how to start sry for bad english Edited April 25, 2008 by Slash
Zedna Posted April 25, 2008 Posted April 25, 2008 #Include <File.au3> #Include <Array.au3> $FileList=_FileListToArray(@DesktopDir) If @Error=1 Then MsgBox (0,"","No Files\Folders Found.") Exit EndIf _ArrayDisplay($FileList,"$FileList") Resources UDF ResourcesEx UDF AutoIt Forum Search
Slash Posted April 25, 2008 Author Posted April 25, 2008 So thank first ok now I look for a script that if I select something that I selected that to another folder can copy and folders can then choose
Zedna Posted April 25, 2008 Posted April 25, 2008 So thank first ok now I look for a script that if I select something that I selected that to another folder can copy and folders can then choose If I understand correctly then you need $var = FileSelectFolder("Choose a folder.", "") Read AutoIt helpfile first before you stert anything ;-) Resources UDF ResourcesEx UDF AutoIt Forum Search
Slash Posted April 25, 2008 Author Posted April 25, 2008 I need a little manager of the contents of a folder shows there three 3 buttons for a rename a copy and to choose a folder. So choose folder where it to be copied.
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