Powershell Core 6.2 Cookbook
上QQ阅读APP看书,第一时间看更新

Working with the filesystem provider

PowerShell is extended by different providers that allow access to different data stores. The most ubiquitous one, however, is the filesystem provider. We use it automatically in many scripts and while working interactively on the command line.

This recipe introduces PowerShell providers and shows you what the filesystem provider can and can't do.