Path.GetInvalidFileNameChars : Path « Stream File « VB.Net Tutorial





Imports System.IO

public class Test
   public Shared Sub Main
        For Each ch As Char In Path.GetInvalidFileNameChars()
            Console.WriteLine(ch)
        Next ch
   End Sub
End class










13.16.Path
13.16.1.Path.GetInvalidPathChars
13.16.2.Path.GetInvalidFileNameChars