search the selected folder

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ursdhivi
    New Member
    • Mar 2010
    • 2

    search the selected folder

    how to search the selected folder content ?
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    System.IO.Direc tory.GetFiles()

    Look it up on MSDN

    Comment

    • ursdhivi
      New Member
      • Mar 2010
      • 2

      #3
      search the file content

      how to search the file content without open the file?

      Comment

      • tlhintoq
        Recognized Expert Specialist
        • Mar 2008
        • 3532

        #4
        how to search the file content without open the file?
        You can't. You have to open the file to search it's contents. That doesn't mean you have to *display* the file. But you'll have to open it *at least in memory* to go through it.

        Comment

        Working...