Date: Thu, 13 Jul 2000 09:38:01 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Nate Eldredge cc: djgpp AT delorie DOT com Subject: Re: Changing directory's timestamp In-Reply-To: <83itua61cp.fsf@mercury.bitbucket> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 12 Jul 2000, Nate Eldredge wrote: > Use the `utime' function. `utime' doesn't work on directories (on DOS and Windows). The functions available on DOS/Windows to set time stamps of files require a file handle, but DOS/Windows don't allow to open() a directory.