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 was archived by the owner on Jan 30, 2020. It is now read-only.
The current method of removing a version in the PowerShell is a little too keen and removes the target folder in addition to the junction. This is due to the use of the following:
The current method of removing a version in the
PowerShellis a little too keen and removes the target folder in addition to the junction. This is due to the use of the following:This needs to be replaced with a check to see if the directory for the version is a junction. This can be achieved with:
If the attributes include the following
Directory, ReparsePoint, then it is a junction. The junction can be deleted as follows: