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