Click or drag to resize

ExtensionEvaluateDirectory Method

Returns the evaluated directory from a directory that contains the specified folder alias.

Namespace:  CADSharpTools.Core
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static MethodReturn<DirectoryInfo> EvaluateDirectory(
	string directory,
	SpecialFolder specialFolder
)

Parameters

directory
Type: SystemString
Directory.
specialFolder
Type: CADSharpTools_eSpecialFolder
Special folder alias.

Return Value

Type: MethodReturnDirectoryInfo
Evaluated directory
Remarks
The specialFolder parameter is not flag-sensitive.
See Also