This class is used to represent a folder path. Support is included for treating the path as fixed or relative and for expanding environment variables in the path name.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0

Syntax

C#
[SerializableAttribute]
public class FolderPath : FilePath
Visual Basic
<SerializableAttribute> _
Public Class FolderPath _
	Inherits FilePath

Inheritance Hierarchy

System..::..Object
  SandcastleBuilder.Utils..::..FilePath
    SandcastleBuilder.Utils..::..FolderPath

See Also