Get Invalid Path Chars : Path « File Directory « VB.Net






Get Invalid Path Chars

Get Invalid Path Chars
Imports System
Imports System.IO
Imports System.Windows.Forms

Public Class MainClass

   Shared Sub Main()
        For Each ch As Char In Path.GetInvalidPathChars()
            Console.Write(ch & " ")
        Next ch
   End Sub 
End Class


           
       








Related examples in the same category

1.Get Path or File information: extenstion, full path, path rootGet Path or File information: extenstion, full path, path root
2.Path Alternate Directory SeparatorPath Alternate Directory Separator
3.Path Separator and Volume Separator CharPath Separator and Volume Separator Char