comparison dwt/dwthelper/System.d @ 280:4ec36c3a04a3

sync with dwt-linux
author Frank Benoit <benoit@tionex.de>
date Thu, 07 Aug 2008 15:06:52 +0200
parents d10ff1f47f84
children a401002c3a1f
comparison
equal deleted inserted replaced
278:3f53ebb05b5b 280:4ec36c3a04a3
145 } 145 }
146 146
147 public static String getProperty( String key ){ 147 public static String getProperty( String key ){
148 switch( key ){ 148 switch( key ){
149 case "os.name": return "linux"; 149 case "os.name": return "linux";
150 case "file.separator" : return ".";
150 default: return null; 151 default: return null;
151 } 152 }
152 } 153 }
153 } 154 }
154 155