Summary
Gets the collection of the local file names in the supplied directory.
We need to check this collection against what we find in Starteam to
understand what we need to do in order to synch with the repository.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .StarTeam - Containing Type
- TreeBasedTask
Syntax
protected static Hashtable listLocalFiles(FileInfo localFolder)
Remarks
The goal is to keep track of which local files are not controlled by StarTeam.
Parameters
Name | Type | Description |
---|---|---|
localFolder | FileInfo | Local folder to scan |
Return Value
Type | Description |
---|---|
Hashtable | hashtable whose keys represent a file or directory in localFolder. |