gpt4 book ai didi

Python tkFileDialog.asksaveasfile - 获取文件路径

转载 作者:行者123 更新时间:2023-12-01 05:23:26 25 4
gpt4 key购买 nike

我想获取文件“exportFile”的路径。

exportFile = tkFileDialog.asksaveasfile(mode='a')

如果我写“print exportFile”,我会得到:

<open file u'C:/Users/Desktop/Test/aaaa.txt', mode 'a' at 0x02CB6078>

但我只需要路径 - “C:/Users/Desktop/Test/aaaa.txt”。有什么解决办法吗?谢谢。

最佳答案

试试这个:

exportFile = tkFileDialog.asksaveasfile(mode='a')
exportFile.name

它将返回:

'C:/Users/Desktop/Test/aaaa.txt'

关于Python tkFileDialog.asksaveasfile - 获取文件路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21877216/

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