c# 嗯,怎么查看文件夹内新增文件的文件名呀!
看watcher类里面没有相关属性呀,看了一上午的msdn了!请赐教!
[解决办法]
FileSystemWatcher
他的Created事件的参数e有FullPath 属性,FileSystemWatcher的使用见下面
http://www.cnblogs.com/scottckt/archive/2008/05/09/1189366.html
发布时间: 2012-04-25 19:32:32 作者: rapoo
c# 嗯,怎么查看文件夹内新增文件的文件名呀!
看watcher类里面没有相关属性呀,看了一上午的msdn了!请赐教!
[解决办法]
FileSystemWatcher
他的Created事件的参数e有FullPath 属性,FileSystemWatcher的使用见下面
http://www.cnblogs.com/scottckt/archive/2008/05/09/1189366.html