Message-ID: <387CD2AF.29AB928D@softhome.net> Date: Wed, 12 Jan 2000 21:14:55 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: fchmod() / fchown() ? Content-Type: text/plain; charset=iso-8859-4 Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com While porting one Linux application to DJGPP, I came across those functions. They are similar to that ones without f- prefix, they just operate on file descriptors instead of paths. So I'd like to implement them for DJGPP, but is it possible to change attributtes of open file under DOS? If it is not, I can provide at least fchown(), which does nothing under DOS. Laurynas Biveinis