NAnt SDK Documentation - v0.92

FileFunctions Members

FileFunctions overview

Public Instance Constructors

FileFunctions Constructor

Public Instance Properties

Project (inherited from FunctionSetBase) Gets or sets the Project that this functionset will reference.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Exists Determines whether the specified file exists.
GetCreationTime Returns the creation date and time of the specified file.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetLastAccessTime Returns the date and time the specified file was last accessed.
GetLastWriteTime Returns the date and time the specified file was last written to.
GetLength Gets the length of the file.
GetType (inherited from Object) Gets the Type of the current instance.
IsAssembly Checks if a given file is an assembly.
ToString (inherited from Object) Returns a String that represents the current Object.
UpToDate Determines whether targetFile is more or equal up-to-date than srcFile.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

FileFunctions Class | NAnt.Core.Functions Namespace