Lski.IO 1.1.1-rc

Suggested Alternatives

PathTooLong 0.2.2

Additional Details

PathTooLong was the update version of this package, however as it is now possible to set NTSC folders to work with long filenames it is recommended to do that rather than use either package :)

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

// Install Lski.IO as a Cake Tool
#tool nuget:?package=Lski.IO&version=1.1.1-rc&prerelease

File system functions for manipulating and scanning paths that would normally throw a 'PathTooLongException' using the using standard System.IO functions.

Currently implements the ability to scan for information on a file of a directory and its contents in a consistent manner and also allows the deleting of files or directories where the path is too long and would throw an exception which is defined as greater than MAX_PATH characters. (MAX_PATH is defined as 260 by the MSDN see: https://msdn.microsoft.com/en-gb/library/windows/desktop/aa365247%28v=vs.85%29.aspx)

In future functions for copying and moving files and directories will be added

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.1.1-rc 1,251 7/17/2015
1.1.0 1,510 7/15/2015
1.0.0 1,142 7/14/2015
1.0.0-RC 944 7/13/2015
0.1.1 1,158 7/12/2015
0.1.0 1,334 7/12/2015

- Improved the exception throwing of the application to be easier to idenitfy an issue

- Added the SetAttributes feature

- Made deleting of files/directories that are readonly automatic rather than throw an exception (ReadOnly files can be checked prior to running the delete code)

- Added the ability to work with files/directories that are based in a UNC