ProjectInstance.Directory Property

Definition

The project's root directory, for evaluation of relative paths and setting the current directory during build. Is never null: projects not loaded from disk use the current directory from the time the build started.

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

Property Value

String

The project root directory, which is never null. Projects not loaded from disk return the current directory at the time the build was started.

Applies to