AbstractPath.FromLocalPath

AbstractPath.FromLocalPath method

Creates an AbstractPath that represents a location on the local filesystem.

public static AbstractPath FromLocalPath(string path)
ParameterTypeDescription
pathStringA path on the local filesystem, like "C:\\file.shp" or "D:\\directory\\".

Return Value

An AbstractPath that represents the location defined by the path.

Exceptions

exceptioncondition
ArgumentNullExceptionThe argument is null.

See Also