本文介绍了"system.io.fileinfo"的操作;的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在下面的编码中,我无法识别编码中的"dirinfo"一词,请提供示例指导我

here in the below coding i cant able to identify the "dirinfo " term in the coding kindly guide me with a sample

For Each fi As System.IO.FileInfo In dirInfo.GetFiles("*.doc")
'  dirInfo : is the directory where all the separate docs are saved

推荐答案


Dim dirInfo As New DirectoryInfo(path)



这篇关于"system.io.fileinfo"的操作;的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-22 23:53