![]() |
VOOZH | about |
dotnet add package DirectoryInfoEx --version 1.0.27
NuGet\Install-Package DirectoryInfoEx -Version 1.0.27
<PackageReference Include="DirectoryInfoEx" Version="1.0.27" />
<PackageVersion Include="DirectoryInfoEx" Version="1.0.27" />Directory.Packages.props
<PackageReference Include="DirectoryInfoEx" />Project file
paket add DirectoryInfoEx --version 1.0.27
#r "nuget: DirectoryInfoEx, 1.0.27"
#:package DirectoryInfoEx@1.0.27
#addin nuget:?package=DirectoryInfoEx&version=1.0.27Install as a Cake Addin
#tool nuget:?package=DirectoryInfoEx&version=1.0.27Install as a Cake Tool
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 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package has no dependencies.
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. |
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)