fm.Windows.FileSystem 4.0.0

dotnet add package fm.Windows.FileSystem --version 4.0.0
NuGet\Install-Package fm.Windows.FileSystem -Version 4.0.0
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="fm.Windows.FileSystem" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add fm.Windows.FileSystem --version 4.0.0
#r "nuget: fm.Windows.FileSystem, 4.0.0"
#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 fm.Windows.FileSystem as a Cake Addin
#addin nuget:?package=fm.Windows.FileSystem&version=4.0.0

// Install fm.Windows.FileSystem as a Cake Tool
#tool nuget:?package=fm.Windows.FileSystem&version=4.0.0

Makes your life easier when working with the file system on Windows.

Commonly Used Types
  • PathHelper
Examples
  • PathHelper.GetLongPath(@"\\Test") == @"\\?\UNC\Test"
  • PathHelper.GetShortPath(@"\\?\UNC\Test") == @"\\Test"
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • 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.

Version Downloads Last updated
4.0.0 85 3/27/2024
3.0.0 247 3/4/2023
2.2.0 379 10/10/2022
2.1.0 371 8/12/2021
2.0.1 429 11/17/2020
2.0.0 1,150 10/9/2017
1.1.0 1,096 7/27/2016
1.0.0 949 6/29/2016

Remove culture dependend string comparison from PathHelper