Help for this page

Select Code to Download


  1. or download this
        if (!w32_sloppystat) {
            /* We must open & close the file once; otherwise file attribut
    +e changes  */
    ...
                    nlink = bhi.nNumberOfLinks;
                CloseHandle(handle);
            }
    
  2. or download this
    #ifdef PERL_IS_MINIPERL
        w32_sloppystat              = TRUE;
    #else
        w32_sloppystat              = FALSE;
    #endif