--- lang: ja-jp breaks: true --- # PowerShell カレントフォルダ名の取得 2021-09-06 ```shell= split-path -leaf (convert-path .) ``` ###### tags: `PowerShell` `カレントフォルダ` `カレントディレクトリ`