استفاده از FileSystemWatcher برای اطلاع یافتن از تغییرات فایل ها در دایرکتوری
نویسنده: میلاد جعفری ش
تاریخ: ۱۳۹۹/۰۶/۲۴ ۰:۷
آدرس: www.dntips.ir
| مطالب | ۳۶۹۴ |
| نویسندگان | ۲۷۶ |
| گروههای مطالب | ۱۰۲۴ |
| نقشههای راه | ۱۱۹ |
| دورهها | ۱۴ |
| اشتراکها | ۱۷۹۱۴ |
The FileSystemWatcher class in the System.IO namespace can be used to monitor changes to the file system. It watches a file or a directory in your system for changes and triggers events when changes occur.