如何返回SaveFileDialog的完整路径?

编程入门 行业动态 更新时间:2024-10-24 22:30:26
本文介绍了如何返回SaveFileDialog的完整路径?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

如何从一个SaveFileDialog的完整路径字符串? SaveFileDialog.FileName 只给我​​带扩展名的文件名。我已经看着 SaveFileDialog 在 MSDN ,但我看不出有什么属性确实是

How to get the full path string from a SaveFileDialog? SaveFileDialog.FileName only gives me the filename with extension. I have looked into SaveFileDialog on MSDN, but I don't see any property does that.

我需要返回C:\Folder1\subFolder2\File004.sdf不只是File004 .SF

I need to return "C:\Folder1\subFolder2\File004.sdf" not just "File004.sf"

推荐答案

获取或设置包含在文件对话框中选择的文件的完整路径的字符串。是你链接的MSDN文章说,对文件名属性。另外,文件名一直给我完整的文件路径。

"Gets or sets a string containing the full path of the file selected in a file dialog." is what the MSDN article you linked says for FileName property. Plus, FileName has always given me the full file path.

更多推荐

如何返回SaveFileDialog的完整路径?

本文发布于:2023-11-30 05:36:18,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1648902.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:路径   完整   SaveFileDialog

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!