DirectoryInfoEx 1.0.27
dotnet add package DirectoryInfoEx --version 1.0.27
NuGet\Install-Package DirectoryInfoEx -Version 1.0.27
<PackageReference Include="DirectoryInfoEx" Version="1.0.27" />
paket add DirectoryInfoEx --version 1.0.27
#r "nuget: DirectoryInfoEx, 1.0.27"
// Install DirectoryInfoEx as a Cake Addin #addin nuget:?package=DirectoryInfoEx&version=1.0.27 // Install DirectoryInfoEx as a Cake Tool #tool nuget:?package=DirectoryInfoEx&version=1.0.27
DirectoryInfoEx has a similar interface as DirectoryInfo, but it use IShellFolder, and it support special folders like desktop, mycomputer.
Product | Versions 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. |
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.
09Nov14 Fixed crashes related to x64 mode
19Nov14 Added DirectoryInfoEx.GetFileSystemInfosAsync(), GetDirectoriesAsync() and GetFilesAsync() async methods.
19Nov14 Added KnownFolder support (See MSDN)