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
This is a follow-on to issue #3643 and RFC0009. The current implementation uses PowerShell's built-in globbing support which was explicitly designed to be compatible with UNIX globbing. Even so, using the system-native APIs might result in a better user experience. This is an area that requires additional investigation.
Steps to reproduce
Expected behavior
Actual behavior
Environment data
Name Value --------- PSVersion 6.0.0-alpha
PSEdition Core
PSCompatibleVersions {1.0,2.0,3.0,4.0...}
BuildVersion 3.0.0.0
GitCommitId v6.0.0-alpha.18
CLRVersion
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
This is a follow-on to issue #3643 and RFC0009. The current implementation uses PowerShell's built-in globbing support which was explicitly designed to be compatible with UNIX globbing. Even so, using the system-native APIs might result in a better user experience. This is an area that requires additional investigation.
Steps to reproduce
Expected behavior
Actual behavior
Environment data