Excel Reports
PathSlash Method



KellermanSoftware.Common Namespace > Util Class : PathSlash Method
The string to append the backslash to.
Ensure the passed string ends with a directory seperator character unless the string is blank.
Syntax
Public Shared Function PathSlash( _
   ByVal path As String _
) As String
Dim path As String
Dim value As String
 
value = Util.PathSlash(path)
public static string PathSlash( 
   string path
)
public:
static String^ PathSlash( 
   String^ path
) 

Parameters

path
The string to append the backslash to.

Return Value

String with a "/" on the end
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