NAnt SDK Documentation - v0.92 |
|
ProjectFunctions.GetBuildFilePath Method
Gets the local path to the build file.
[Visual Basic]
<Function(Name:="get-buildfile-path")>
Public Function GetBuildFilePath() As
String
[C#]
[Function(Name="get-buildfile-path")]
public
string GetBuildFilePath();
Return Value
The local path of the build file, or an empty String if the project is not file backed.
See Also
ProjectFunctions Class | NAnt.Core.Functions Namespace