PowerShell/src/System.Management.Automation/namespaces
Steve Lee 03d4e9120b Support Invoke-Item -Path <folder> (#4262)
On CoreFx, UseShellExecute for Process start is false by default to be cross platform compatible.
In the case of a folder, Process.Start() returns Access Denied as it's not an executable.
On Windows, we can use the ShellExecute path to have explorer open the folder. On Unix, we use `xdg-open` and `open` for Linux and macOS respectively.
2017-07-27 22:17:38 -07:00
..
AliasProvider.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Buffer.cs Move powershell to .NET Core 2.0 (#3556) 2017-04-17 11:52:38 -07:00
ContainerProviderBase.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
CoreCommandContext.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
DriveProviderBase.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
EnvironmentProvider.cs Move powershell to .NET Core 2.0 (#3556) 2017-04-17 11:52:38 -07:00
FileSystemContentStream.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
FileSystemProvider.cs Support Invoke-Item -Path <folder> (#4262) 2017-07-27 22:17:38 -07:00
FileSystemSecurity.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
FunctionProvider.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
IContentProvider.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
IContentReader.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
IContentWriter.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
IDynamicPropertyProvider.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
IPermissionProvider.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
IPropertiesProvider.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
ItemProviderBase.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
LocationGlobber.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
NavigationProviderBase.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
PathInfo.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
ProviderBase.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
ProviderBaseSecurity.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
ProviderDeclarationAttribute.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
RegistryProvider.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
RegistrySecurity.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
RegistryWrapper.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
SafeRegistryHandle.cs Move powershell to .NET Core 2.0 (#3556) 2017-04-17 11:52:38 -07:00
SafeTransactionHandle.cs spelling: comments in src/System.Management.Automation/namespaces 2016-08-28 05:51:23 +00:00
SessionStateProviderBase.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
StackInfo.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
TransactedRegistry.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
TransactedRegistryKey.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
TransactedRegistrySecurity.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
VariableProvider.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Win32Native.cs Move powershell to .NET Core 2.0 (#3556) 2017-04-17 11:52:38 -07:00