mirror of
				https://github.com/david-schmidt/Davex.git
				synced 2025-10-24 11:20:48 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			243 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			243 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| create -- create a directory or other file
 | |
| 
 | |
| syntax:  create <path>[:<filetype>]
 | |
| 
 | |
| ex:      create mydir
 | |
|          create myfile:sys
 | |
|          create something:bad
 | |
| 
 | |
| Creates a file with the given filetype or, if no filetype is
 | |
| given, of type DIR.
 |