OSXOperatingSystem.st
changeset 16381 d47eab2e1e10
parent 15803 dd96c511972f
child 16644 c8e610a071c3
equal deleted inserted replaced
16380:988bc273e265 16381:d47eab2e1e10
    16      on a real OS, we return true."
    16      on a real OS, we return true."
    17 
    17 
    18     ^ false
    18     ^ false
    19 
    19 
    20     "Modified: / 5.6.1998 / 18:35:18 / cg"
    20     "Modified: / 5.6.1998 / 18:35:18 / cg"
       
    21 !
       
    22 
       
    23 getTrashDirectory
       
    24     "get the name of a trash folder (if the OS supports it),
       
    25      or nil, if not.
       
    26      Must be redefined to return non nil in concrete operating systems"
       
    27 
       
    28     ^ '~/.Trash'
    21 ! !
    29 ! !
    22 
    30 
    23 !OSXOperatingSystem class methodsFor:'documentation'!
    31 !OSXOperatingSystem class methodsFor:'documentation'!
    24 
    32 
    25 version
    33 version
    26     ^ '$Header: /cvs/stx/stx/libbasic/OSXOperatingSystem.st,v 1.3 2013-11-12 11:18:08 stefan Exp $'
    34     ^ '$Header: /cvs/stx/stx/libbasic/OSXOperatingSystem.st,v 1.4 2014-04-19 22:50:48 cg Exp $'
    27 !
    35 !
    28 
    36 
    29 version_CVS
    37 version_CVS
    30     ^ '$Header: /cvs/stx/stx/libbasic/OSXOperatingSystem.st,v 1.3 2013-11-12 11:18:08 stefan Exp $'
    38     ^ '$Header: /cvs/stx/stx/libbasic/OSXOperatingSystem.st,v 1.4 2014-04-19 22:50:48 cg Exp $'
    31 ! !
    39 ! !
    32 
    40