CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Posts
    3

    Searching for file names using wildcards?

    Hi, I am trying to locate files on my computer in a given path, with the same extension. It is my intent to place these files into an array or to just kill them as I find them.

    SO basically I want to delete all the .exe files in a given directory.

    Someone help me out?
    thanks,
    Zem


  2. #2
    Join Date
    Aug 2001
    Posts
    3

    Re: Searching for file names using wildcards?

    got it, thanks though


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured