Search:

Type: Posts; User: Francesco Leone

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    2,000

    P.S. I think that the problem is in to the second...

    P.S. I think that the problem is in to the second if block
  2. Replies
    10
    Views
    2,000

    OK sorry. When I start it there is a runtime...

    OK sorry. When I start it there is a runtime error. It could show on the screen all file, directory and files that there are into the directory. If I start it I'll see a lot of points!


    .
    .
    ....
  3. Replies
    10
    Views
    2,000

    it doesn't work!

    #include <iostream>
    #include <string>
    #include <Windows.h>

    void printFile( HANDLE, WIN32_FIND_DATA );

    int main()
    {
    HANDLE indice;
    WIN32_FIND_DATA infoFile;
  4. Replies
    6
    Views
    3,503

    thank you both! For other user that they will...

    thank you both!

    For other user that they will have same problem, this is the solution:


    ...
    isDirectory = GetFileAttributes( struttura.cFileName );
    if ( isDirectory ==...
  5. Replies
    6
    Views
    3,503

    Function: check if it's a directory

    Hi all! Is there a Windows function that check me if it's a directory? If it doesn't exist, is there a mode?
Results 1 to 5 of 5