help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Re: file fullName/full


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: file fullName/full
Date: Thu, 08 Jan 2009 14:05:48 +0100
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

Sean Allen wrote:
> 
> On Jan 8, 2009, at 7:57 AM, Paolo Bonzini wrote:
> 
>>
>>> I updated the manual.
>>
>> Done.  In the new manual (for 3.1) FilePath is a superclass of File, so
>> you'll see most of the methods you want under
>>
>> http://www.gnu.org/software/smalltalk/manual-base/html_node/FilePath.html#FilePath
>>
> 
> so all these are part of FilePath not File?
> 
> http://www.gnu.org/software/smalltalk/manual-base/html_node/File_002dtesting.html#File_002dtesting

The manual includes all methods defined in a class.  An object responds
to methods in a class and its superclasses.

You're more likely to find interesting methods in FilePath than in File.

http://www.gnu.org/software/smalltalk/manual-base/html_node/FilePath_002dtesting.html
includes more messages than the URL you found, because for example
FilePath can implement isRelative as

   ^self isAbsolute not

I'll add a list of inherited methods in each category to the manual, as
time permits.

Paolo




reply via email to

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