Excel Reports
ExtractPath Method



KellermanSoftware.Common Namespace > Util Class : ExtractPath Method
A fully qualified path ending in a filename
Extract the path from a path ending in a filename
Syntax
Public Shared Function ExtractPath( _
   ByVal fullPath As String _
) As String
Dim fullPath As String
Dim value As String
 
value = Util.ExtractPath(fullPath)
public static string ExtractPath( 
   string fullPath
)
public:
static String^ ExtractPath( 
   String^ fullPath
) 

Parameters

fullPath
A fully qualified path ending in a filename

Return Value

The extacted path
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Util Class
Util Members