C# Class Monobjc.Tools.Utilities.FileExtensions

Utiltiy class for File releated operations.
Exibir arquivo Open project: Monobjc/monobjc-tools

Public Methods

Method Description
UpToDate ( String source, String destination ) : bool

Returns whether the destination is younger than the source.

Method Details

UpToDate() public static method

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