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

FileFunctions Methods

The methods of the FileFunctions class are listed below. For a complete list of FileFunctions class members, see the FileFunctions Members topic.

Public Instance Methods

Equals (inherited from Object) 
Exists Determines whether the specified file exists.
GetCreationTime Returns the creation date and time of the specified file.
GetHashCode (inherited from Object) 
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) 
IsAssembly Checks if a given file is an assembly.
ToString (inherited from Object) 
UpToDate Determines whether targetFile is more or equal up-to-date than srcFile.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

FileFunctions Class | NAnt.Core.Functions Namespace