NAntContrib Help Function Reference | v0.91-rc1 |
[This is preliminary documentation and subject to change.]
File FunctionsName | Summary |
---|---|
file::get-checksum | Calculates a checksum for a given file and returns it in a hex string. |
Name | Summary |
---|---|
fileset::get-file-count | Determines the number of files within a <fileset>. |
fileset::has-files | Determines whether <fileset> contains any files. |
fileset::to-string | Returns a delimited string of all the filenames within a <fileset> with each filename separated by the specified delimiter string. |
Name | Summary |
---|---|
msi::get-product-code | Returns the product code of the specified Windows Installer database. |
msi::is-installed | Returns a value indicating whether a product with the specified product code is installed. |
Name | Summary |
---|---|
service::get-display-name | Gets the friendly name of the specified service. |
service::get-service-name | Gets the name that identifies the specified service |
service::get-status | Gets the status of the specified service. |
service::is-installed | Returns a value indicating whether the specified service is installed on a given machine. |
service::is-paused | Returns a value indicating whether the specified service is paused. |
service::is-running | Returns a value indicating whether the specified service is running. |
service::is-stopped | Returns a value indicating whether the specified service is stopped. |