ZeroInstall.HierarchyToFolder.SetDestinationDate C# (CSharp) Method

SetDestinationDate() protected static method

protected static SetDestinationDate ( string combinedPath, HierarchyEntry entry ) : void
combinedPath string
entry HierarchyEntry
return void
        protected static void SetDestinationDate(string combinedPath, HierarchyEntry entry)
        {
            Directory.SetLastWriteTimeUtc(combinedPath, entry.LastWriteTime);
        }