mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 10:41:47 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			179 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			179 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| {%MainUnit fileutil.pas}
 | |
| 
 | |
| 
 | |
| function ExtractShortPathNameUTF8(const FileName: String): String;
 | |
| begin
 | |
|   Result:=SysToUTF8(SysUtils.ExtractShortPathName(UTF8ToSys(FileName)));
 | |
| end;
 | |
| 
 | 
