Re: File creation date

2001-09-14 Thread Phil Davis

In 2.3.2, you can do this:

on mouseUp
  switch the platform
case "Win32"
  set the hideConsoleWindows to true
  put shell("dir") into tList
  break
case "someOtherPlatformWord" -- I only have Win32 right now
  put shell("ls -lpa") into tList
  break
  end switch

  parseTheReturnedList -- your code, of course
end mouseUp


Phil


- Original Message -
From: "Geoff Canyon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 6:59 AM
Subject: Re: File creation date


> At 1:48 PM -0400 9/12/01, [EMAIL PROTECTED] wrote:
> >Is there a way to read the Creation, Modified, or Last Accessed
date of a
> >file?
>
> Available in 2.4, the detailed files function:
>
>   The function "the detailed files" returns a comma-delimited list
of
>   file attributes including the urlEncoded file name, size, resource
>   size, creation date, modification date, access date, backup date,
>   user and group id, permissions, and creator code and file type.
The
>   term "detailed" is a synonym for "long" and so can also be used
with
>   the date and time functions.
>
> regards,
>
> Geoff
>
> Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
> Info: http://www.xworlds.com/metacard/mailinglist.htm
> Please send bug reports to <[EMAIL PROTECTED]>, not this list.
>



Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Re: File creation date

2001-09-13 Thread Geoff Canyon

At 1:48 PM -0400 9/12/01, [EMAIL PROTECTED] wrote:
>Is there a way to read the Creation, Modified, or Last Accessed date of a
>file?

Available in 2.4, the detailed files function:

  The function "the detailed files" returns a comma-delimited list of
  file attributes including the urlEncoded file name, size, resource
  size, creation date, modification date, access date, backup date,
  user and group id, permissions, and creator code and file type.  The
  term "detailed" is a synonym for "long" and so can also be used with
  the date and time functions.

regards,

Geoff

Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




RE: File creation date

2001-09-12 Thread xbury . cs



you can 
either using applescripts or one of Rinaldi's fine xfcns... 
If 
someone can post the url...
 
Xa

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]Sent: 12 September 2001 
  19:49To: [EMAIL PROTECTED]Subject: File creation 
  dateIs there 
  a way to read the Creation, Modified, or Last Accessed date of a file? 
  Philip Chumbley 

Visit us at http://www.clearstream.com   
  
IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream International does not
accept legal responsibility for the contents of this message.

The information contained in this e-mail is confidential and may be legally privileged. It is
intended solely for the addressee. If you are not the intended recipient, any disclosure,
copying, distribution or any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful. Any views expressed in this e-mail are those of the
individual sender, except where the sender specifically states them to be the views of
Clearstream International or of any of its affiliates or subsidiaries.

END OF DISCLAIMER



File creation date

2001-09-12 Thread PEChumbley

Is there a way to read the Creation, Modified, or Last Accessed date of a 
file?

Philip Chumbley