CreateSafePath Method
See Also 
SourceCode.IO Namespace > PathHelper Class : CreateSafePath Method



path

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function CreateSafePath( _
   ByVal path As String _
) As String
Visual Basic (Usage) Copy Code
Dim path As String
Dim value As String
 
value = PathHelper.CreateSafePath(path)
C#  
public static string CreateSafePath( 
   string path
)
C++/CLI  
public:
static String^ CreateSafePath( 
   String^ path
) 

Parameters

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