C# Class Monobjc.Tools.Utilities.FileExtensions

Utiltiy class for File releated operations.
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
UpToDate ( String source, String destination ) : bool

Returns whether the destination is younger than the source.

Method Details

UpToDate() public static méthode

Returns whether the destination is younger than the source.
public static UpToDate ( String source, String destination ) : bool
source String
destination String
Résultat bool