C# Класс Monobjc.Tools.Utilities.FileExtensions

Utiltiy class for File releated operations.
Показать файл Открыть проект

Открытые методы

Метод Описание
UpToDate ( String source, String destination ) : bool

Returns whether the destination is younger than the source.

Описание методов

UpToDate() публичный статический Метод

Returns whether the destination is younger than the source.
public static UpToDate ( String source, String destination ) : bool
source String
destination String
Результат bool