读取目录下的所有文件(源码)
敬业的IT人
互联网
佚名
2008-4-14 16:54:13
Many times we might need some part of code which will access(小型网站之最爱) all sub-folders of the server and also all
files within the sub-folder.
The following line of asp code will map to a specified folder and searches all the sub-folders
(Not recursively, code can be extended to do) and reads all files(basically text files)>
files within the sub-folder.
The following line of asp code will map to a specified folder and searches all the sub-folders
(Not recursively, code can be extended to do) and reads all files(basically text files)>
- 最新文章
- 作一个可以直接和浏览器进行交互的组件[04-14]
- 用多种方法制作WEB页面的计数器[04-14]
- 用ASP发 WAP MAIL(-)[04-14]
- bbs树形结构的实现方法(一)[04-14]
- bbs树型结构的实现方法(二)[04-14]
- 用ASPMail组件实现E_mail自动反馈[04-14]
- 相关文章
