AbstractOperatingSystem.st
changeset 14838 11f655b8f0f5
parent 14831 64f76e173521
child 14845 f76083d75b2d
equal deleted inserted replaced
14837:a3ae2a20224b 14838:11f655b8f0f5
  4352     "Modified: / 24.12.1999 / 00:30:27 / cg"
  4352     "Modified: / 24.12.1999 / 00:30:27 / cg"
  4353 !
  4353 !
  4354 
  4354 
  4355 encodePath:pathName
  4355 encodePath:pathName
  4356     "encode the pathName for use with system calls.
  4356     "encode the pathName for use with system calls.
  4357      E.g. linux system calls accept sigle byte strings only,
  4357      E.g. linux system calls accept single byte strings only,
  4358      so the pathName has been UTF-8 encoded, before using it in a system call."
  4358      so the pathName has been UTF-8 encoded, before using it in a system call."
  4359 
  4359 
  4360     ^ pathName
  4360     ^ pathName
  4361 ! !
  4361 ! !
  4362 
  4362 
  7180 ! !
  7180 ! !
  7181 
  7181 
  7182 !AbstractOperatingSystem class methodsFor:'documentation'!
  7182 !AbstractOperatingSystem class methodsFor:'documentation'!
  7183 
  7183 
  7184 version
  7184 version
  7185     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.230 2013-03-04 15:16:51 cg Exp $'
  7185     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.231 2013-03-08 09:25:17 stefan Exp $'
  7186 !
  7186 !
  7187 
  7187 
  7188 version_CVS
  7188 version_CVS
  7189     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.230 2013-03-04 15:16:51 cg Exp $'
  7189     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.231 2013-03-08 09:25:17 stefan Exp $'
  7190 ! !
  7190 ! !
  7191 
  7191 
  7192 
  7192 
  7193 AbstractOperatingSystem initialize!
  7193 AbstractOperatingSystem initialize!