DirectoryInfoEx 1.0.27
DirectoryInfoEx has a similar interface as DirectoryInfo, but it use IShellFolder, and it support special folders like desktop, mycomputer.
Install-Package DirectoryInfoEx -Version 1.0.27
dotnet add package DirectoryInfoEx --version 1.0.27
<PackageReference Include="DirectoryInfoEx" Version="1.0.27" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DirectoryInfoEx --version 1.0.27
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DirectoryInfoEx, 1.0.27"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
09Nov14 Fixed crashes related to x64 mode
19Nov14 Added DirectoryInfoEx.GetFileSystemInfosAsync(), GetDirectoriesAsync() and GetFilesAsync() async methods.
19Nov14 Added KnownFolder support (See MSDN)
Dependencies
This package has no dependencies.
Used By
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.