• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Getting files/folders by creation date in the Finder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting files/folders by creation date in the Finder


  • Subject: Re: Getting files/folders by creation date in the Finder
  • From: "Mark J. Reed" <email@hidden>
  • Date: Sun, 21 Jun 2009 10:58:35 -0400

On Sat, Jun 20, 2009 at 5:57 PM, Steve Thompson<email@hidden> wrote:
> Not strange at all. Modification date is a HFS thing. No other linux based
> file systems have a concept of "Creation date".

Right.  Traditional UNIX has three timestamps: ctime, mtime, and
atime.  Those stand for "creation time", "modification time", and
"access time", but the "creation time" is a misnomer, since it is
updated anytime the file's metadata changes.   The 'c' format option
to stat returns the ctime; the actual creation time is called the
"birth time of the inode", and is format option B.

> There are tools you can use to get the creation date. mdls will list the
> metadata for a file which will show kMDItemContentCreationDate. stat
> <filename> returns the creation date as column 8.

OMM (10.5.7) stat with no options returns the creation date as column 12.

--
Mark J. Reed <email@hidden>
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >Getting files/folders by creation date in the Finder (From: Christopher Stone <email@hidden>)
 >Re: Getting files/folders by creation date in the Finder (From: Steve Thompson <email@hidden>)

  • Prev by Date: Re: Password Assistant
  • Next by Date: scripting Dreamweaver
  • Previous by thread: Re: Getting files/folders by creation date in the Finder
  • Next by thread: Re: Getting files/folders by creation date in the Finder
  • Index(es):
    • Date
    • Thread