C# Class Baseline.FileHashingExtensions

Show file Open project: JasperFx/baseline

Public Methods

Method Description
GetModifiedDateFileText ( this filename ) : string
HashByModifiedDate ( this filename ) : string

Creates a file hash based off of the file's modified date and full path

HashByModifiedDate ( this files ) : string

Creates a hash of several files based on both file path and last modified time

Method Details

GetModifiedDateFileText() public static method

public static GetModifiedDateFileText ( this filename ) : string
filename this
return string

HashByModifiedDate() public static method

Creates a file hash based off of the file's modified date and full path
public static HashByModifiedDate ( this filename ) : string
filename this
return string

HashByModifiedDate() public static method

Creates a hash of several files based on both file path and last modified time
public static HashByModifiedDate ( this files ) : string
files this
return string