mhtvsSFrpHdE / folder-iterator

Grab a folder path and do same operation for each file in it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

folder-iterator

What is this
A powershell library that trying to perform same operation to each file inside a folder.

How to use
Use . ".\folder-iterator" to import the function into another powershell script,
then call function "FolderIterator".
In the end, the iterator will try to access function "DoSomethingFunction",
in order to send informaton back to parent function.
Check the function for more information.
You can change the two function name if needed.

About

Grab a folder path and do same operation for each file in it.

License:GNU Affero General Public License v3.0


Languages

Language:PowerShell 100.0%