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

LocationMap.FileIsMapped Method 

[This is preliminary documentation and subject to change.]

Determines if a file has been loaded by the current project.

[Visual Basic]
Public Function FileIsMapped( _
   ByVal fileOrUri As String _
) As Boolean
[C#]
public bool FileIsMapped(
   string fileOrUri
);

Parameters

fileOrUri
The file to check.

Return Value

true if the specified file has already been loaded by the current project; otherwise, false.

Remarks

Missing <remarks> documentation for M:NAnt.Core.LocationMap.FileIsMapped(System.String)

See Also

LocationMap Class | NAnt.Core Namespace