./nugetz
pkg

Filepickerv1.1.3

.NET 6.0

Simple CLI UI filepicker with directory navigation

License

MIT OR Apache-2.0

Deps

1

Install Size

Vulns

✓ 0

Published

May 25, 2022

Get Started

$ dotnet add package Filepicker

Readme

Filepicker

Simple CLI UI filepicker with directory navigation

To use simply add this repo to your project and use the Filepicker class with Select method:

Filepicker.Select(); //current location as starting point Filepicker.Select(new string[] { "xml", "json" } ); //force select filetype Filepicker.Select("C:\Location"); //selects location as starting point Filepicker.Select("C:\Location", new string[] { "xml", "json" } ); //select location + force select filetype

Possibly to add in future:

  • Add ability to select directory (dirpicker?)

Nuget package https://github.com/lewish7895/Filepicker