[FIX]FileDirectory>>oldFileOrNoneNamed:

Kevin Fisher kgf at golden.net
Fri Jul 20 02:09:56 UTC 2001


Problem:  FileDirectory>>oldFileOrNoneNamed:  does not behave like the other 
methods in the FileDirectory "file stream creation" category.  For example, 
FileDirectory>>fileNamed: just takes the name of the file, using fullNameFor: 
internally to determine the full path name.  FileDirectory>>
oldFileOrNoneNamed: requires the full path to be specified as an argument.

The Fix:  FileDirectory>>oldFileOrNoneNamed: uses fullNameFor: to determine 
the full path names, like the other methods in this category (with the 
attached changeset).

-------------- next part --------------
A non-text attachment was scrubbed...
Name: kgf-FileDirectoryFix.1.cs.gz
Type: application/x-gzip
Size: 352 bytes
Desc: kgf-FileDirectoryFix.1.cs.gz
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20010719/7a41785c/kgf-FileDirectoryFix.1.cs.bin


More information about the Squeak-dev mailing list