Summary
Removes file being worked with from the
NAnt.Contrib.Tasks.StarTeam.TreeBasedTask.listLocalFiles(System.IO.FileInfo)
generated hashtable.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .StarTeam - Containing Type
- TreeBasedTask
Syntax
protected virtual void delistLocalFile(Hashtable localFiles, FileInfo thisfile)
Remarks
The goal is to keep track of which local files are not controlled by StarTeam.
Parameters
Name | Type | Description |
---|---|---|
localFiles | Hashtable | Hashtable of the current directory's file|dire |
thisfile | FileInfo | file to remove from list. |
Return Value
Type | Description |
---|---|
void |