зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-30 21:26:09 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			8 строки
		
	
	
		
			132 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 строки
		
	
	
		
			132 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| auto file = File(fileName, "wt");
 | |
| auto dst = file.lockingTextWriter;
 | |
| 
 | |
| auto file = File(fileName, "rt");
 | |
| 
 | |
| appenders:
 | |
| file.byChunk(5)
 | 
