Sets the modification date and time of the specified file.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalBoolean FileSetDateTime(
	SalString sFilename,
	SalDateTime dateTime
)

Parameters

sFilename
Type: PPJ.Runtime..::..SalString
The name of the file whose modification date you want to set.
dateTime
Type: PPJ.Runtime..::..SalDateTime
The modification date and time.

Return Value

bOk

See Also