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

    Search for a new file?

    I am making this program that finds if you plugged in your PSP under Linux.

    When you plug it in, it makes a file in /dev (Usually something like sbd1, sdf1 etc) It all depends on how many things are plugged into your computer.

    Anyway is it possible to write something in C++ that finds that new file that was just made in /dev even though you don't know what the filename is?

    I know thats asking a lot but I really need it.

    Thanks.

  2. #2
    Join Date
    Aug 2007
    Posts
    78

    Re: Search for a new file?

    see this forum (especially the last post):
    http://www.gamedev.net/community/for...opic_id=132523

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