Filename.st
changeset 21778 23a7d326887c
parent 21693 8c474e0a692b
child 21779 1033ac050886
equal deleted inserted replaced
21777:15ec3200837d 21778:23a7d326887c
    41 documentation
    41 documentation
    42 "
    42 "
    43     Filenames; originally added for ST-80 compatibility, is
    43     Filenames; originally added for ST-80 compatibility, is
    44     taking over functionality from other classes (FileDirectory).
    44     taking over functionality from other classes (FileDirectory).
    45 
    45 
    46     Instances of Filename do not nescessarily represent valid or existing
    46     Instances of Filename do not necessarily represent valid or existing
    47     files - i.e. it is possible (and useful) to have instances for non-existing
    47     files - i.e. it is possible (and useful) to have instances for non-existing
    48     files around. In other words: the name-string is not checked automatically
    48     files around. In other words: the name-string is not checked automatically
    49     for being correct or existing.
    49     for being correct or existing.
    50     Thus, it is possible to do queries such as:
    50     Thus, it is possible to do queries such as:
    51 
    51