Jump to content

Recommended Posts

Posted

is there anybody who can get ne on the right track for the following.

I'd like to create a program that can read a directory on file level.

the program needs to do something with each file

so, I bassicly need something what can read a directory and then do something with the files

"You cannot solve a problem with the mind that created it" (Albert Einstein)

  • Moderators
Posted

is there anybody who can get ne on the right track for the following.

I'd like to create a program that can read a directory on file level.

the program needs to do something with each file

so, I bassicly need something what can read a directory and then do something with the files

_FileReadToArray() then do something to the files in a loop from the array returned.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

_FileReadToArray() then do something to the files in a loop from the array returned.

Is there a way to put the printers in a list and put that list in an array

I want to create a list of all network printers installed on the machine

"You cannot solve a problem with the mind that created it" (Albert Einstein)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...