help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] bug? report - the #creationTime message to File class


From: Yamamoto Jiro
Subject: [Help-smalltalk] bug? report - the #creationTime message to File class
Date: Wed, 3 Aug 2005 23:05:38 +0900

I use gst 2.1.11 under Mac OSX Panther and when I perform 'PrintIt' to 
the following code;

| file |
file := File name: '/foo/NewFileCreatedOn', Date today printString.
file writeStream close.
file creationTime asDate day -  Date today day  

I get '-1'. Very strange... Is that a bug or am I missing something???

- Jiro




reply via email to

[Prev in Thread] Current Thread [Next in Thread]