Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!princeton!siemens!hasch From: hasch@siemens.UUCP (Harald Schaefer) Newsgroups: comp.unix.questions Subject: Re: How do I set a file's creation date? Message-ID: <182@siemens.UUCP> Date: Wed, 1-Jul-87 13:42:49 EDT Article-I.D.: siemens.182 Posted: Wed Jul 1 13:42:49 1987 Date-Received: Thu, 2-Jul-87 06:53:19 EDT References: <4280@caip.rutgers.edu> Reply-To: hasch@siemens.UUCP (Harald Schaefer) Organization: Siemens Research & Technology Laboratory Lines: 5 Keywords: ioctl's fcntl's ?? You can set the access and modification time by using a system call utime(2). The modification time is probaply the creation time you're lookling for. Harald.