NAnt SDK Documentation - v0.92

Resource.LogicalFile Property

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