如何知道OpenFileDialog打开的文件数
我可以检索单个文件的名称,也可以在循环代码中使用 count 来获取所需的值,但是是否可以在不进行迭代的情况下知道这一点。也许,为此定义了一个属性。
I can retrieve the names of individual files and also I can use count in the looping code to get the required value, but is it possible to know this without the iteration. Perhaps, a Property is defined for that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
openFileDialog1.FileNames.Length
openFileDialog1.FileNames.Length