Artifact 3dabeed4ee4adef5a7b696cb34e6ec1f0e0eeb083c341763071e30f6635c1d11:
- File Copy-Item-extended.ps1 — part of check-in [d6d2ebe7d5] at 2018-06-10 13:26:15 on branch trunk — My replacement of Copy-Item addresses 3 problems. 1) if $dest doesn’t exist, it creates a directory 2) $exclude works on all levels 3) It handles wildcards in $src (in the filepart, this extends the solution to 2) in http://stackoverflow.com/questions/731752/exclude-list-in-powershell-copy-item-does-not-appear-to-be-working. Wildcards in the directory part of $dest are supported, but I do not recommend this use. This is a workaround for my personal needs, it does not try to use include. Note this solves the defect of Get-Childitem which doesn’t return the relative path and the object simultaneously in case of wildcards in $path. (user: Bernd Kriszio size: 2543)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.