Filename.st
changeset 19752 eba7ee9bb48c
parent 19670 113d38592c9b
child 19811 65fec19facb0
child 19821 1d873302be8b
equal deleted inserted replaced
19751:4e212ebc3961 19752:eba7ee9bb48c
  4859        it returns a collection of matching filename objects,
  4859        it returns a collection of matching filename objects,
  4860        and changes the receiver's filename-string to the longest common
  4860        and changes the receiver's filename-string to the longest common
  4861        match.
  4861        match.
  4862      If none matches, the returned collection is empty and the receiver is unchanged.
  4862      If none matches, the returned collection is empty and the receiver is unchanged.
  4863      If there is only one match, the size of the returned collection is exactly 1,
  4863      If there is only one match, the size of the returned collection is exactly 1,
  4864      containing the fully expanded filename and the receivers name is changed to it."
  4864      containing the fully expanded filename and the receiver's name is changed to it."
  4865 
  4865 
  4866     ^ self filenameCompletionIn:nil
  4866     ^ self filenameCompletionIn:nil
  4867 
  4867 
  4868     "
  4868     "
  4869      'mak' asFilename filenameCompletion
  4869      'mak' asFilename filenameCompletion