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

    EDIT: fixed, but can some one help me delete the INDEX.dat file?

    EDIT: fixed, but can some one help me delete the INDEX.dat file?

    through C code?
    Last edited by The_Inferno; September 7th, 2005 at 01:20 AM.

  2. #2
    Join Date
    May 2005
    Posts
    4,954

    Re: can some one help me with this ccode

    i dont understand the question if you want to delete a file use the DeleteFile(..) api.

    Cheers
    If a post helped you dont forget to "Rate This Post"

    My Article: Capturing Windows Regardless of Their Z-Order

    Cheers

  3. #3
    Join Date
    May 2005
    Location
    Oregon
    Posts
    3,725

    Lightbulb Re: can some one help me with this ccode

    i think you forget to put your code here.
    what's the code for deleting file you also can use remove method

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