Sender: ml AT delorie DOT com Message-ID: <34141607.22FD892B@cdata.tvnet.hu> Date: Mon, 08 Sep 1997 17:13:11 +0200 From: Molnar Laszlo MIME-Version: 1.0 To: DJGPP workers Subject: fsext question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Hi Workers! I've just finished a fsext for perl, which seems to work. It virtualizes the glob() function, so now "/dev/dosglob/searchpattern" opens a "file" which contains the matched filenames. And here is my question: as I saw lseek() and fstat() don't use fsext, so strange things could happen when an application tries to find the size of this virtual file. Is it a real problem? In the case of perl this is no problem fortunately. Laszlo