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

Syntax

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

Parameters

path
Type: System..::.String

See Also