Message-ID: <34AA94FA.98076A06@usa.net> Date: Wed, 31 Dec 1997 19:54:50 +0100 From: Rune Lanton MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Somethings wrong again!!!! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Hello I wrote this line of code: 'file_pointer = fopen(arg_pointers[1], "rb");' It works just great, until I put this in my program:'status = findfirst(search_wild, fileinfo,FA_HIDDEN);' When I comment out this line, everything works just fine, but it does NOT work whit that line active. Why??? lanton AT c2i DOT net