robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..GetFileSize Method

Return file size, return -1 if error.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static long GetFileSize(
	string strPath
)
Public Shared Function GetFileSize ( _
	strPath As String _
) As Long
public:
static long long^ GetFileSize(
	String^ strPath
)

Parameters

strPath
Type: String
The string path.

Return Value

size.