# HG changeset patch # User Stefan Vogel # Date 990110923 -7200 # Node ID 32478aced2254f9737c9a88bc81eb13ebd70db05 # Parent 06a28f9ee22cfcf964dead2c423f1fd993854a65 Use diff -r 06a28f9ee22c -r 32478aced225 Filename.st --- a/Filename.st Thu May 17 16:36:11 2001 +0200 +++ b/Filename.st Thu May 17 16:48:43 2001 +0200 @@ -2382,6 +2382,8 @@ a directory delimiter and returns a new fileName instance. See also: #withSuffix: which is new and better." + + self obsoleteMethodWarning:'use #construct:'. ^ (nameString , aString asString) @@ -3791,6 +3793,6 @@ !Filename class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.193 2001-05-11 18:12:46 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.194 2001-05-17 14:48:43 stefan Exp $' ! ! Filename initialize!