UnixOperatingSystem.st
changeset 16592 cb3cbc0f525c
parent 16580 3ce6c6d0fac2
child 16634 e1ebc91b27af
equal deleted inserted replaced
16591:662fb8a31e3e 16592:cb3cbc0f525c
 11191     ].
 11191     ].
 11192     ^ accessed
 11192     ^ accessed
 11193 !
 11193 !
 11194 
 11194 
 11195 alternativeName
 11195 alternativeName
 11196     "return the files other name (DOS name on windows).
 11196     "return the file's other name (DOS name on Windows).
 11197      Nil if there is no other name"
 11197      Nil if there is no other name"
 11198 
 11198 
 11199     ^ nil
 11199     ^ nil
 11200 !
 11200 !
 11201 
 11201 
 13263 ! !
 13263 ! !
 13264 
 13264 
 13265 !UnixOperatingSystem class methodsFor:'documentation'!
 13265 !UnixOperatingSystem class methodsFor:'documentation'!
 13266 
 13266 
 13267 version
 13267 version
 13268     ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.367 2014-06-14 09:24:57 cg Exp $'
 13268     ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.368 2014-06-18 12:01:09 cg Exp $'
 13269 !
 13269 !
 13270 
 13270 
 13271 version_CVS
 13271 version_CVS
 13272     ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.367 2014-06-14 09:24:57 cg Exp $'
 13272     ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.368 2014-06-18 12:01:09 cg Exp $'
 13273 ! !
 13273 ! !
 13274 
 13274 
 13275 
 13275 
 13276 UnixOperatingSystem initialize!
 13276 UnixOperatingSystem initialize!
 13277 UnixOperatingSystem::FileDescriptorHandle initialize!
 13277 UnixOperatingSystem::FileDescriptorHandle initialize!