C# Class Baseline.FileHashingExtensions

Afficher le fichier Open project: JasperFx/baseline

Méthodes publiques

Méthode 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 méthode

public static GetModifiedDateFileText ( this filename ) : string
filename this
Résultat string

HashByModifiedDate() public static méthode

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

HashByModifiedDate() public static méthode

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