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

Resource.LogicalFile Property

[This is preliminary documentation and subject to change.]

Gets a FileInfo representing the logical location of the resource file in the project.

[Visual Basic]
Public ReadOnly Property LogicalFile As FileInfo
[C#]
public System.IO.FileInfo LogicalFile {get;}

Remarks

When the resource file is not linked, this matches the InputFile.

See Also

Resource Class | NAnt.VSNet Namespace