gpt4 book ai didi

powershell - 使用 PowerShell 从拆分路径中获取文件的最低级别目录名称

转载 作者:行者123 更新时间:2023-12-03 07:55:08 24 4
gpt4 key购买 nike

我只需要获取文件路径名的最后一部分。

例子:

c:\dir1\dir2\dir3\file.txt

我需要获取 dir3变成一个变量。

我一直在尝试 Split-Path ,但它给了我整个路径。

最佳答案

这需要两次调用 Split-Path AFAICT:

PS> Split-Path (Split-Path c:\dir1\dir2\dir3\file.txt -Parent) -Leaf
dir3

关于powershell - 使用 PowerShell 从拆分路径中获取文件的最低级别目录名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10317335/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com