powershell - ファイル一覧

sample code

 Get-ChildItem -path "./" -Recurse | ForEach {$_.fullname }