Recursively extract metadata from files in folder structure
  • PowerShell 100%
Find a file
2026-05-29 10:54:47 -04:00
.github/workflows Update mirror-to-codeberg.yml 2026-03-25 10:57:12 -04:00
src Restructure project 2026-05-29 10:54:47 -04:00
.gitignore Revert "Update .gitignore" 2026-04-10 10:11:47 -04:00
README.md Replace note about PowerShell version with "Important" alert to highlight importance for code to work 2026-04-10 09:49:20 -04:00

Metadata-Extract

This code recursively extracts metadata from files in a folder structure.

Important

This code uses the ForEach-Object -Parallel parameter, so PowerShell 7.0 or later is a requirement.