System.Web.VirtualPathUtility.GetDirectory Method

Returns the directory portion of a virtual path.

Syntax

public static string GetDirectory (string virtualPath)

Parameters

virtualPath
The virtual path.

Returns

The directory referenced in the virtual path.

Remarks

If virtualPath is not rooted; that is, it does not equal the root operator (the tilde [~]), does not start with a tilde (~), such as a tilde and a slash mark (~/) or a tilde and a double backslash (~//), or does not start with a slash mark (/), an ArgumentException exception is thrown.

If the virtual path that is passed into the VirtualPathUtility.GetDirectory(string) method is "/images/image1.gif", the returned directory is "/images".

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0