OSXOperatingSystem.st
changeset 15803 dd96c511972f
parent 15771 e807ffa5e642
child 16381 d47eab2e1e10
equal deleted inserted replaced
15802:f2a9e65c3f8c 15803:dd96c511972f
    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 ! !
    21 ! !
    22 
    22 
    23 !OSXOperatingSystem class methodsFor:'users & groups'!
       
    24 
       
    25 getDesktopDirectory
       
    26     "{ Pragma: +optSpace }"
       
    27 
       
    28     "return the name of the user's desktop directory."
       
    29 
       
    30     ^ self getHomeDirectory,'/Desktop'
       
    31 
       
    32     "
       
    33      OperatingSystem getDesktopDirectory
       
    34     "
       
    35 ! !
       
    36 
       
    37 !OSXOperatingSystem class methodsFor:'documentation'!
    23 !OSXOperatingSystem class methodsFor:'documentation'!
    38 
    24 
    39 version
    25 version
    40     ^ '$Header: /cvs/stx/stx/libbasic/OSXOperatingSystem.st,v 1.2 2013-09-25 18:41:05 cg Exp $'
    26     ^ '$Header: /cvs/stx/stx/libbasic/OSXOperatingSystem.st,v 1.3 2013-11-12 11:18:08 stefan Exp $'
    41 !
    27 !
    42 
    28 
    43 version_CVS
    29 version_CVS
    44     ^ '$Header: /cvs/stx/stx/libbasic/OSXOperatingSystem.st,v 1.2 2013-09-25 18:41:05 cg Exp $'
    30     ^ '$Header: /cvs/stx/stx/libbasic/OSXOperatingSystem.st,v 1.3 2013-11-12 11:18:08 stefan Exp $'
    45 ! !
    31 ! !
    46 
    32