Skip to content

Conversation

@SteveL-MSFT
Copy link
Member

@SteveL-MSFT SteveL-MSFT commented Oct 18, 2023

PR Summary

The previous code was always completing the progress between file copies so if you're just copying a folder of files, then the progress gets cleared quickly or before it shows so it appears that no progress is rendering. Fix is to only complete the progress if all the files have been copied.

PR Context

Fix #19600

PR Checklist

@SteveL-MSFT SteveL-MSFT changed the title Remove unnecessary clearing of progress for Copy-Item for files Fix Copy-Item progress to only show completed when all files are copied Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BackPort-7.4.x-Done CL-General Indicates that a PR should be marked as a general cmdlet change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

copy progress in 7.4 preview 3 does not work if files are in a single directory and does not show correct total to copy

2 participants