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

PathFunctions Methods

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

Public Static (Shared) Methods

ChangeExtension Changes the extension of the path string.
Combine Combines two paths.
GetDirectoryName Returns the directory information for the specified path string.
GetExtension Returns the extension for the specified path string.
GetFileName Returns the filename for the specified path string.
GetFileNameWithoutExtension Returns the filename without extension for the specified path string.
GetPathRoot Gets the root directory of the specified path.
GetTempFileName Returns a uniquely named zero-byte temporary file on disk and returns the full path to that file.
GetTempPath Gets the path to the temporary directory.
HasExtension Determines whether a path string includes an extension.
IsPathRooted Determines whether a path string is absolute.

Public Instance Methods

Equals (inherited from Object) 
GetFullPath Returns the fully qualified path.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

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

See Also

PathFunctions Class | NAnt.Core.Functions Namespace