Filename.st
changeset 15023 ccc1572f4629
parent 15001 e369f08357d4
child 15121 9b338c1757de
child 18045 c0c600e0d3b3
equal deleted inserted replaced
15022:4db3a134deb9 15023:ccc1572f4629
  5899         ].
  5899         ].
  5900 
  5900 
  5901     "
  5901     "
  5902      'foo1' asFilename contents:#('one' 'two' 'three')            
  5902      'foo1' asFilename contents:#('one' 'two' 'three')            
  5903      'foo2' asFilename contents:'Hello world'            
  5903      'foo2' asFilename contents:'Hello world'            
       
  5904      'foo3' asFilename contents:#[1 2 3 4 5]          
  5904     "
  5905     "
  5905 
  5906 
  5906     "Created: / 11-12-2006 / 14:11:21 / cg"
  5907     "Created: / 11-12-2006 / 14:11:21 / cg"
  5907     "Modified: / 08-11-2007 / 13:28:41 / cg"
  5908     "Modified: / 08-11-2007 / 13:28:41 / cg"
  5908 !
  5909 !
  5934 ! !
  5935 ! !
  5935 
  5936 
  5936 !Filename class methodsFor:'documentation'!
  5937 !Filename class methodsFor:'documentation'!
  5937 
  5938 
  5938 version
  5939 version
  5939     ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.388 2013-03-29 06:56:47 cg Exp $'
  5940     ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.389 2013-04-01 00:55:10 cg Exp $'
  5940 !
  5941 !
  5941 
  5942 
  5942 version_CVS
  5943 version_CVS
  5943     ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.388 2013-03-29 06:56:47 cg Exp $'
  5944     ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.389 2013-04-01 00:55:10 cg Exp $'
  5944 ! !
  5945 ! !
  5945 
  5946 
  5946 
  5947 
  5947 Filename initialize!
  5948 Filename initialize!