You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like I can't add -Force flag to the Remove-ItemSafely to move hidden files to recycle bin like Get-ChildItem 'somewere' -Force | Remove-ItemSafely -Force.
Without it, on hidden files, I get messages that the item was not found.
Looks like I can't add
-Force
flag to theRemove-ItemSafely
to move hidden files to recycle bin likeGet-ChildItem 'somewere' -Force | Remove-ItemSafely -Force
.Without it, on hidden files, I get messages that the item was not found.
The text was updated successfully, but these errors were encountered: