Metodo UtilityIsFileNewer
             | 
          
        
        
            Restituisce true se firstFile è più recente di secondFile.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic static bool IsFileNewer(
	string firstFile,
	string secondFile
)
Public Shared Function IsFileNewer ( 
	firstFile As String,
	secondFile As String
) As Boolean
public:
static bool IsFileNewer(
	String^ firstFile, 
	String^ secondFile
)
static member IsFileNewer : 
        firstFile : string * 
        secondFile : string -> bool Parametri
- firstFile  String
 -  
 - secondFile  String
 -  
 
Valore di ritorno
Boolean
Vedi anche