CommandLineSourceFile.Path Property

Definition

Resolved absolute path of the source file (does not contain wildcards).

public:
 property System::String ^ Path { System::String ^ get(); };
public string Path { get; }
member this.Path : string
Public ReadOnly Property Path As String

Property Value

Remarks

Although this path is absolute it may not be normalized. That is, it may contain ".." and "." in the middle.

Applies to