NAnt SDK Documentation - v0.92

FileUtils Methods

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

Public Static (Shared) Methods

CombinePaths Combines two path strings.
CopyFile Copies a file filtering its content through the filter chain.
GetFullPath Returns Absolute Path (Fix for 260 Char Limit of Path.GetFullPath(...))
GetHomeDirectory Returns the home directory of the current user.
GetTempDirectory Returns a uniquely named empty temporary directory on disk.
MoveFile Moves a file filtering its content through the filter chain.
ReadFile Reads a file filtering its content through the filter chain.
ResolveFile Scans a list of directories for the specified filename.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

FileUtils Class | NAnt.Core.Util Namespace