NAnt SDK Documentation - v0.85-nightly-2005-11-09

ProjectFunctions.GetBuildFilePath Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.ProjectFunctions.GetBuildFilePath

See Also

ProjectFunctions Class | NAnt.Core.Functions Namespace