Summary
Groups a set of functions for dealing with files.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Functions - Base Types
-
- FunctionSetBase
graph BT
Type-->Base0["FunctionSetBase"]
Type["FileFunctions"]
class Type type-node
Syntax
[FunctionSet("file", "File")]
public class FileFunctions : FunctionSetBase
Attributes
Type | Description |
---|---|
FunctionSet |
Constructors
Name | Summary |
---|---|
FileFunctions |
Methods
Name | Value | Summary |
---|---|---|
GetChecksum |
string |
Calculates a checksum for a given file and returns it in a hex
string.
|