Search results for query: *

  1. C

    Find most recent file date in folder

    Hi, again. I'm using the filesystemwatcher, but it doesn't seem to be picking up on the created file. Here's my code... What am I missing? The event never happens. I go in and create a txt file manually. I would expect that to trigger the event - shouldn't it? (Note that I'm very new...
  2. C

    Find most recent file date in folder

    Thanks again. I've got no problem leaving it running, so I'll try your recommendation. I was planning on scheduling a task to run it daily, but this will work too. Thanks for your help!
  3. C

    Find most recent file date in folder

    Thanks for your suggestion! Are you suggesting that I keep the application running at all times? I was planning on having it just run once a day. The files won't actually get modified, so I'll be checking for new files being added. If new files aren't added daily, then there is something wrong...
  4. C

    Find most recent file date in folder

    I need to check a directory that has thousands of files (> 40K and growing) for the most recent file date. I can't figure out how to do this without looping through every file. Is there any way to perform a sort prior to reading the files? Thanks for any help! CJ
Back
Top