RoundTheCode.ByteTurn
1.0.2
dotnet add package RoundTheCode.ByteTurn --version 1.0.2
NuGet\Install-Package RoundTheCode.ByteTurn -Version 1.0.2
<PackageReference Include="RoundTheCode.ByteTurn" Version="1.0.2" />
paket add RoundTheCode.ByteTurn --version 1.0.2
#r "nuget: RoundTheCode.ByteTurn, 1.0.2"
// Install RoundTheCode.ByteTurn as a Cake Addin #addin nuget:?package=RoundTheCode.ByteTurn&version=1.0.2 // Install RoundTheCode.ByteTurn as a Cake Tool #tool nuget:?package=RoundTheCode.ByteTurn&version=1.0.2
File manager tool for a .NET application that allows retrieving the properties of an individual file or directory, such as the name, the size, the extension name, when it was created and much more. A directory listing can also be retrieved listing all the properties for the files and directories that reside within that path. The tool also allows the ability to create, move, copy and delete files and directories.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added an additional check for illegal characters in a path and in a filename.