Delete certain files in sub directories

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • buster

    Delete certain files in sub directories

    In vb 6, I am trying to write a simple app that will run and delete
    files that are older than 10 days in a specific directory.

    No problem so far.

    Now, it has to go through every subdirectory below my specified
    directory. Thankfully, they only go one layer deep.

    Any ideas would be greatly appreciated, samples would be even better.

  • Madhivanan

    #2
    Re: Delete certain files in sub directories


    Can you post the code you used?

    Madhivanan

    Comment

    • Madhivanan

      #3
      Re: Delete certain files in sub directories


      Can you post the code you used?

      Madhivanan

      Comment

      Working...