_findfirst

Discussion in 'C' started by answerme, Dec 22, 2007.

  1. answerme

    answerme New Member

    Joined:
    Dec 17, 2007
    Messages:
    114
    Likes Received:
    0
    Trophy Points:
    0
    Code:
    struct _finddata_t c_file;
    char hFile;
    char FilePath[]="D:/ut.txt";
    [B]hFile = _findfirst( FilePath, &c_file );[/B]
    [B]system (FilePath);[/B]
    In the above exmple what _findfirst function will do & after that what system function will do
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice