mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			313 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			313 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "name": "file_size",
 | 
						|
  "type": "function",
 | 
						|
  "groups": ["Files and Paths"],
 | 
						|
  "description": "Returns the size (in bytes) of a file.",
 | 
						|
  "arguments": [ {"arg":"path","description":"a file path"}],
 | 
						|
  "examples": [ { "expression":"file_size('/home/qgis/data/country_boundaries.geojson')", "returns":"5674"}]
 | 
						|
}
 | 
						|
 |