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

AbstractSourceControlTask.AppendFiles Method 

[This is preliminary documentation and subject to change.]

Append the files specified in the fileset to the command line argument. Files are changed to use a relative path from the working directory that the task is spawned in.

[Visual Basic]
Protected Sub AppendFiles()
[C#]
protected void AppendFiles();

Remarks

Missing <remarks> documentation for M:NAnt.SourceControl.Tasks.AbstractSourceControlTask.AppendFiles

See Also

AbstractSourceControlTask Class | NAnt.SourceControl.Tasks Namespace