Metodo UtilityIsFileNewer
|
Restituisce true se firstFile è più recente di secondFile.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public 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
BooleanVedi anche