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
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
Summary of the new feature/enhancement
Compress-Archive should be able to compress files in symbolic link directories. Currently, if you have a directory structure like:
and you run
Compress-Archive -Path .\folder_to_compress -DestinationPath compressed.zip
The output file is missing symlink_subdir and symlink_file, at least on Windows.
Proposed technical implementation details
Expose -FollowSymlink from Get-ChildItem as a parameter to Compress-Archive, or use -FollowSymlink by default.
The text was updated successfully, but these errors were encountered: