UNIXのbasename dirname相当

$path = "C:\Users\taro\Documents\test.txt"
(Get-Item $path).Name
test.txt
(Get-Item $path).Name

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