Gets 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 FileGetDateTime(
	SalString sFilename,
	ref SalDateTime dateTime
)

Parameters

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

Return Value

bOk

See Also