The methods of the FileFunctions class are listed below. For a complete list of FileFunctions class members, see the FileFunctions Members topic.
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. |
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. |
FileFunctions Class | NAnt.Core.Functions Namespace