AtmaFileSystem 0.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package AtmaFileSystem --version 0.3.1
NuGet\Install-Package AtmaFileSystem -Version 0.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AtmaFileSystem" Version="0.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AtmaFileSystem --version 0.3.1
#r "nuget: AtmaFileSystem, 0.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AtmaFileSystem as a Cake Addin
#addin nuget:?package=AtmaFileSystem&version=0.3.1

// Install AtmaFileSystem as a Cake Tool
#tool nuget:?package=AtmaFileSystem&version=0.3.1

Library for path value manipulation. This library concentrates on operations on path VALUES instead of the path locations, trying to make these operations as much type-safe and type-checked as possible.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on AtmaFileSystem:

Package Downloads
NScan.SharedKernel

Package Description

Cake.NScan

A tool for enforcing project dependency conventions - library

NScan.Adapter.ReadingCSharpSolution

Package Description

NScan.Domain

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.1.0 1,363 6/1/2023
6.0.0 2,669 4/25/2022
5.0.0 7,238 2/16/2022
4.8.0 4,009 5/13/2021
4.7.0 4,425 12/25/2020
4.6.1 906 12/22/2020
4.6.0 955 12/21/2020
4.5.0 2,491 11/17/2020
4.4.1 1,077 11/1/2020
4.4.0 1,057 10/25/2020
4.3.0 1,018 10/20/2020
4.2.0 1,110 10/11/2020
4.1.0 968 10/11/2020
4.0.0 985 10/11/2020
3.2.3 7,253 4/3/2020
3.2.2 992 4/3/2020
3.2.1 1,005 3/30/2020
3.1.0 1,063 3/24/2020
3.0.0 7,345 11/22/2019
2.2.0 1,118 11/3/2019
2.1.1 3,904 3/10/2019
2.0.1 1,242 3/9/2019
2.0.0 1,203 3/9/2019
1.0.0 1,193 3/6/2019
0.5.0 1,950 11/25/2015
0.4.0 1,595 10/11/2015
0.3.1 1,665 7/1/2015
0.3.0 1,665 6/30/2015
0.2.2 1,728 6/20/2015
0.2.1 1,629 6/19/2015
0.2.0 1,614 6/19/2015
0.1.2 1,691 5/18/2015

Allowing relative and any file path to contain filename only (forces ParentDirectory() to return a Maybe. WARNING: breaking changes)