I need help in c# about file scanning in c#. I want to scan all files or from specific path in background if application is in running mode. Scanning should start after every 10 min.......
mujtabaaain 0 Newbie Poster
Recommended Answers
Jump to PostSo....do you understand how threads, threadpools, or background workers work? Do you understand file IO and parsing? Or do you just want us to do the project for you (lol)?
Jump to PostWhat do you intend to do during the scan?
If you are looking for changes then you could use a FileSystemWatcher to do the "scanning" for you.
All 6 Replies
Momerath 1,327 Nearly a Senior Poster Featured Poster
ChrisHunter 152 Posting Whiz in Training Featured Poster
mujtabaaain commented: actually i want to scan my files in a directory after every 10 min.... thay why my own file allocation update its information.... because when a file is moved from one folder to other or it delete then my file allocation table must be updated for every in +0
skatamatic 371 Practically a Posting Shark
mujtabaaain commented: actually i want to scan my files in a directory after every 10 min.... thay why my own file allocation update its information.... because when a file is moved from one folder to other or it delete then my file allocation table must be updated for every in +0
nick.crane 342 Veteran Poster
mujtabaaain commented: actually i want to scan my files in a directory after every 10 min.... thay why my own file allocation update its information.... because when a file is moved from one folder to other or it delete then my file allocation table must be updated for every in +0
mujtabaaain 0 Newbie Poster
skatamatic 371 Practically a Posting Shark
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.