PowerTip of the DayOpening Current Folder in Explorer

 

原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5363&elq=654deccd50454fa7ac6cf57ea12b905a

原文:

Ever wanted to open the current PowerShell folder in an Explorer view? Try this:

ii .

This will work as long as the current folder is a valid file system folder. However, it won't work for virtual drives.

翻译:

想要把当前PowerShell文件夹在资源管理器模式中打开吗?尝试下面的代码:

ii .

这个方法使用于当前文件夹是合法的文件系统文件夹,而不是虚拟驱动器。

笔记:

处理文件系统的时候有时候会很方便,留意ii.之间有一个空格。

原文地址:https://www.cnblogs.com/aspnetx/p/1771884.html