Gets the directory of the plugin file.
Property Value
Type: System.String
The directory of the plugin file.
The following example uses
PluginDirectory property of "project".
// get directory of the plugin
string pluginDirectory = project.PluginDirectory;
// get directory of the project
$pluginDirectory = $project->PluginDirectory;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.