PathEngine 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package PathEngine --version 1.0.1                
NuGet\Install-Package PathEngine -Version 1.0.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="PathEngine" Version="1.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PathEngine --version 1.0.1                
#r "nuget: PathEngine, 1.0.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 PathEngine as a Cake Addin
#addin nuget:?package=PathEngine&version=1.0.1

// Install PathEngine as a Cake Tool
#tool nuget:?package=PathEngine&version=1.0.1                

PathEngine

Almighty Path Parser | 全能路径解析器


使用路径字符串轻松读写Windows资源

  • 真实路径解析

    • 环境变量解析
      • 例:path:\%appdata%\path
    • 自定义路径解析
      • 例:path:\%xx%\path
    • 模糊匹配文件
      • 例:path:\%xx%\path\*\*\*.txt
    • 模糊匹配文件夹
      • 例:path:\%xx%\path\*\*\,注意斜线结尾
  • 内容获取

    • 获取获取注册表内容
      • 例:registry:\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\path
    • 获取文件夹版本号
      • 例:version:\path
    • 获取文件内容
      • 例:content:\path
    • 获取Dll嵌入资源内容
      • 例:embedded:\path
  • 写入内容

    • todo

如何使用:

代码

Library

https://www.nuget.org/packages/PathEngine/

Install-Package PathEngine -Version 

CLI

todo

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
.NET Framework net46 is compatible.  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

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.6 399 8/18/2022
1.1.4 375 8/8/2022
1.0.2 367 8/1/2022
1.0.1 368 7/29/2022
1.0.0 384 7/29/2022