search a file in java in a directory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • svpriyan
    New Member
    • Apr 2009
    • 18

    search a file in java in a directory

    Hai
    I was trying couple of hours with searching a file in a dir.

    could you please suggest/ give me some link/forum discussed to complete my work. i really messed up with this search
    thanks
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by svpriyan
    Hai
    I was trying couple of hours with searching a file in a dir.

    could you please suggest/ give me some link/forum discussed to complete my work. i really messed up with this search
    thanks
    Have you read the API documentation for the File class? It has all you need.

    kind regards,

    Jos

    Comment

    • svpriyan
      New Member
      • Apr 2009
      • 18

      #3
      I read and i coul dnot make it success, as i am new to java.

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by svpriyan
        I read and i coul dnot make it success, as i am new to java.
        Start by reading up on the list() or listFiles() method. Take your time to understand what those methods are all about.

        kind regards,

        Jos

        Comment

        Working...