This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Filetimes on cygwin


On Wed, May 30, 2001 at 02:17:58PM +0400, Andrej Borsenkow wrote:
>Which of i-node/access/modification times are supported on Cygwin? i-node
>probably is not supported, but it looks like both access/modification time
>returned is the same. I think, both FAT/NTFS support different times in this
>case?
>
>(tty1)% touch foo
>(tty1)% sleep 3
>(tty1)% cat foo
>(tty1)% ls -l foo
>-rw-rw-rw-   1 MW1G017  ITS             0 May 30 14:11 foo
>(tty1)% ls -lu foo
>-rw-rw-rw-   1 MW1G017  ITS             0 May 30 14:11 foo
>(tty1)%

Cygwin uses the information returned by the windows function
GetFileInformationByHandle.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]