C# 클래스 Monobjc.Tools.Utilities.FileExtensions

Utiltiy class for File releated operations.
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
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