Results 1 to 4 of 4

Thread: How to search all xml files in folder recursively?

  1. #1
    Join Date
    Oct 2009
    Posts
    2

    Question How to search all xml files in folder recursively?

    HI All,

    Could someone please help me to write a simple program using spring, which will search all xml files in given folder - recursively?

    e.g. search *.xml in C:\temp folder

  2. #2
    Join Date
    May 2007
    Location
    Saint Petersburg, Russian Federation
    Posts
    1,189

    Default

    How does Spring relate to the question?

  3. #3
    Join Date
    Oct 2009
    Posts
    2

    Question How to search all xml files in folder recursively?

    Quote Originally Posted by denis.zhdanov View Post
    How does Spring relate to the question?
    just want to know some useful links to get spring tutorials
    Last edited by sanketjoshi; Oct 22nd, 2009 at 02:12 AM.

  4. #4
    Join Date
    May 2007
    Location
    Saint Petersburg, Russian Federation
    Posts
    1,189

    Default

    Quote Originally Posted by sanketjoshi View Post
    Below is the simple java program which i want to write using spring framework. I searched on net but didnt got any idea to do so.
    1. It's unclear what do you mean under 'use the mentioned code using spring framework';
    2. There is no need to use custom solution in favor to FileUtils.listFiles();

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •