NAnt SDK Documentation - v0.92

PathFunctions Members

PathFunctions overview

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 Constructors

PathFunctions Constructor

Public Instance Properties

Project (inherited from FunctionSetBase) Gets or sets the Project that this functionset will reference.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetFullPath Returns the fully qualified path.
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.

Protected Instance Methods

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.

See Also

PathFunctions Class | NAnt.Core.Functions Namespace