This class is used to represent a file 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 FilePath : ICloneable
Visual Basic
<SerializableAttribute> _
Public Class FilePath _
	Implements ICloneable

Inheritance Hierarchy

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

See Also