10 lines
		
	
	
		
			238 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			238 B
		
	
	
	
		
			Factor
		
	
	
| 
								 | 
							
								USING: help.markup help.syntax ;
							 | 
						||
| 
								 | 
							
								IN: io.files.temp
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								ARTICLE: "io.files.temp" "Temporary files"
							 | 
						||
| 
								 | 
							
								"Pathnames relative to Factor's temporary files directory:"
							 | 
						||
| 
								 | 
							
								{ $subsection temp-directory }
							 | 
						||
| 
								 | 
							
								{ $subsection temp-file } ;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								ABOUT: "io.files.temp"
							 |