ファイルオブジェクト(ディレクトリオブジェクト)の取得

前提

 Mode                LastWriteTime         Length Name
 ----                -------------         ------ ----
 d-----       2016/11/29     17:20                abc
 d-----       2016/11/29     16:56                bar
 d-----       2016/11/29     16:46                baz
 d-----       2016/11/29     16:45                foo
 -a----       2016/11/29     17:31              0 001.jpg
 -a----       2016/11/29     17:31              0 001.txt
 -a----       2016/11/29     17:31              0 002.txt

使用例

 Get-Item -Path "*.txt", "foo" | select Name
 
 Name
 ----
 001.txt
 002.txt
 foo

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS