Namespace:  CuteEditor
Assembly:  CuteEditor (in CuteEditor.dll) Version: 6.6.0.0

Syntax

C#
public static DateTime GetFileWriteTime(
	string path
)
Visual Basic (Declaration)
Public Shared Function GetFileWriteTime ( _
	path As String _
) As DateTime
Visual C++
public:
static DateTime GetFileWriteTime(
	String^ path
)

Parameters

path
Type: System..::.String

See Also