Project.DirectoryPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The root directory for this project. Is never null: in-memory projects use the current directory from the time of load.
public:
property System::String ^ DirectoryPath { System::String ^ get(); };
public string DirectoryPath { get; }
member this.DirectoryPath : string
Public ReadOnly Property DirectoryPath As String
Property Value
The root directory for this project. The root directory is never null; in-memory projects use the current directory at the time of project load.