Takes a given directory path and checks if it exists.

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public static string ParseDir(
	string dir,
	string dirDescription
)
Visual Basic (Declaration)
Public Shared Function ParseDir ( _
	dir As String, _
	dirDescription As String _
) As String
Visual C++
public:
static String^ ParseDir(
	String^ dir, 
	String^ dirDescription
)

Parameters

dir
Type: System..::.String
Directory path to parse
dirDescription
Type: System..::.String
Description of directory path

Return Value

Returns string with directory path. Will always contain a trailing backslash

See Also