mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 06:39:31 +01:00 
			
		
		
		
	
							parent
							
								
									11a28c808b
								
							
						
					
					
						commit
						ddad43e884
					
				@ -88,7 +88,7 @@ end;
 | 
			
		||||
function GetFileDescription(const AFilename: string): string;
 | 
			
		||||
begin
 | 
			
		||||
  // date + time
 | 
			
		||||
  Result:=rsModified;
 | 
			
		||||
  Result:=lrsModified;
 | 
			
		||||
  try
 | 
			
		||||
    Result:=Result+FormatDateTime('DD/MM/YYYY hh:mm',
 | 
			
		||||
                           FileDateToDateTime(FileAgeUTF8(AFilename)));
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user