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

FileFunctions Class

[This is preliminary documentation and subject to change.]

Groups a set of functions for dealing with files.

For a list of all members of this type, see FileFunctions Members.

System.Object
   NAnt.Core.FunctionSetBase
      NAnt.Core.Functions.FileFunctions

[Visual Basic]
<FunctionSet(Category:="File", Prefix:="file")>
Public Class FileFunctions
    Inherits FunctionSetBase
[C#]
[FunctionSet(Category="File", Prefix="file")]
public class FileFunctions : FunctionSetBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Missing <remarks> documentation for T:NAnt.Core.Functions.FileFunctions

Requirements

Namespace: NAnt.Core.Functions

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

FileFunctions Members | NAnt.Core.Functions Namespace