IOHelperCheckIfLocal Method

Checks for a local path.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public static IOHelperPathType CheckIfLocal(
	string path
)

Parameters

path  String
Path to check.

Return Value

IOHelperPathType
The path type.

See Also