Share via


PathUtility Class

 

Provides operations to manage paths.

Namespace:   Microsoft.WindowsServerSolutions.Web
Assembly:  Wssg.Web (in Wssg.Web.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Web.PathUtility

Syntax

public static class PathUtility
public ref class PathUtility abstract sealed 
Public NotInheritable Class PathUtility

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static ApplicationPath

Gets the application path in HttpContext.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CombineVirtualPath(String, String[])

Combines paths to create a base path.

System_CAPS_pubmethodSystem_CAPS_static GetSatelliteFileForCulture(String, CultureInfo)

Returns the satellite path for a culture of a path.

System_CAPS_pubmethodSystem_CAPS_static PhysicalToVirtual(String)

Converts a physical path to a virtual path.

System_CAPS_pubmethodSystem_CAPS_static VirtualToPhysical(String)

Converts a virtual path to a physical path.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.Web Namespace

Return to top