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

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 Missing <summary> documentation for M:NAnt.Core.Functions.PathFunctions.#ctor(NAnt.Core.Project,NAnt.Core.PropertyDictionary)

Public Instance Properties

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

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