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