DirectoryInfoEx 1.0.27

dotnet add package DirectoryInfoEx --version 1.0.27
                    
NuGet\Install-Package DirectoryInfoEx -Version 1.0.27
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DirectoryInfoEx" Version="1.0.27" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DirectoryInfoEx" Version="1.0.27" />
                    
Directory.Packages.props
<PackageReference Include="DirectoryInfoEx" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DirectoryInfoEx --version 1.0.27
                    
#r "nuget: DirectoryInfoEx, 1.0.27"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=DirectoryInfoEx&version=1.0.27
                    
Install DirectoryInfoEx as a Cake Addin
#tool nuget:?package=DirectoryInfoEx&version=1.0.27
                    
Install DirectoryInfoEx as a Cake Tool

DirectoryInfoEx has a similar interface as DirectoryInfo, but it use IShellFolder, and it support special folders like desktop, mycomputer.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DirectoryInfoEx:

Package Downloads
FileExplorer

WPF based control that implements most aspects of Windows Explorer. It can be used to display shell objects or any hierarchical data.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.27 3,967 11/19/2014
1.0.26 1,494 11/16/2014
0.25.0 11,204 6/7/2014

09Nov14 Fixed crashes related to x64 mode
19Nov14 Added DirectoryInfoEx.GetFileSystemInfosAsync(), GetDirectoriesAsync() and GetFilesAsync() async methods.
19Nov14 Added KnownFolder support (See MSDN)