gpt4 book ai didi

vb.net - Directory.GetFiles 返回整个路径,我只想要文件名?

转载 作者:行者123 更新时间:2023-12-04 16:41:35 33 4
gpt4 key购买 nike

这是我为扫描文件目录而设置的代码:

Dim fileArray() As String
fileArray = Directory.GetFiles(System.AppDomain.CurrentDomain.BaseDirectory & "help\")

它成功地获取了目录中的所有文件,但它也获取了它们的绝对路径。例如, fileArray() 中的条目之一是:
F:\Project\Project\bin\x86\Debug\help\book_troubleshoot.html

我希望它只是:
book_troubleshoot.html

有没有办法在不解析所有数组条目以修剪路径的情况下做到这一点?

谢谢。

最佳答案

string filename= System.IO.Path.GetFileName(fullpathname);

关于vb.net - Directory.GetFiles 返回整个路径,我只想要文件名?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2717589/

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