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

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.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

See Also

FileUtils Class | NAnt.Core.Util Namespace