Function Reference
UpToDate
Compares the provided parameters for a given path against a previously recorded values. If the values match, the result is true(). Otherwise, the result is false().
Syntax:
wwfilesext:UpToDate($path, $projectChecksum, $groupID, $documentID, $actionChecksum)Parameters:
Name | Type | Description |
|---|---|---|
|
| Full pathname of the file. |
|
| The project checksum. |
|
| Identifier for the group. |
|
| Identifier for the document. |
|
| The action checksum. |
Returns:
bool: True if it succeeds, false if it fails.
Example:
<xsl:if test="not(wwfilesext:UpToDate($VarPath, $VarProjChecksum, $VarGroupID, $VarDocID, $VarActionChecksum))">
<!-- Regenerate file -->
</xsl:if>Last modified date: 08/12/2026