Cube.FileSystem.AlphaFS
6.0.0
See the version list below for details.
dotnet add package Cube.FileSystem.AlphaFS --version 6.0.0
NuGet\Install-Package Cube.FileSystem.AlphaFS -Version 6.0.0
<PackageReference Include="Cube.FileSystem.AlphaFS" Version="6.0.0" />
paket add Cube.FileSystem.AlphaFS --version 6.0.0
#r "nuget: Cube.FileSystem.AlphaFS, 6.0.0"
// Install Cube.FileSystem.AlphaFS as a Cake Addin #addin nuget:?package=Cube.FileSystem.AlphaFS&version=6.0.0 // Install Cube.FileSystem.AlphaFS as a Cake Tool #tool nuget:?package=Cube.FileSystem.AlphaFS&version=6.0.0
Cube.FileSystem.AlphaFS
The Cube.FileSystem.AlphaFS package uses the AlphaFS library to provide I/O operations such as move, copy, and delete. These functions are available via the Cube.FileSystem.Io class. When you use the AlphaFS for I/O operations, describe the following statement at first.
// using Cube.FileSystem;
Io.Configure(new Cube.FileSystem.AlphaFS.IoController());
All I/O operations of the Cube.* projects also are performed via the Cube.FileSystem.Io class and therefore affected by its configuration.
The package is available for .NET Framework 3.5, 4.5, or later.
Installation
You can install the library through the NuGet package. Add dependencies in your project file or select it from the NuGet packages UI on Visual Studio. For more information, see the NuGet page.
Contributing
- Fork Cube.Core repository.
- Create a feature branch from the master branch (git checkout -b my-new-feature origin/master).
- Commit your changes.
- Rebase your local changes against the master branch.
- Run the dotnet test command or the Visual Studio (NUnit 3 test adapter) and confirm that it passes.
- Create new Pull Request.
License
Copyright © 2010 CubeSoft, Inc. These packages are licensed under the Apache 2.0.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. 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. |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.0.0 | 120 | 6/25/2024 |
8.6.1 | 210 | 1/22/2024 |
8.6.0 | 181 | 12/20/2023 |
8.5.1 | 143 | 9/28/2023 |
8.5.0 | 167 | 9/6/2023 |
8.2.0 | 198 | 7/18/2023 |
8.1.0 | 181 | 5/10/2023 |
8.0.0 | 416 | 11/21/2022 |
7.0.0 | 501 | 7/8/2022 |
6.0.0 | 453 | 11/19/2021 |
5.0.0 | 366 | 9/27/2021 |
4.0.2 | 355 | 9/3/2021 |
4.0.1 | 353 | 8/6/2021 |
4.0.0 | 386 | 7/9/2021 |