Path Alternate Directory Separator : Path « File Directory « VB.Net






Path Alternate Directory Separator

Path Alternate Directory Separator
Imports System.IO

Module Module1

    Sub Main()
        Console.WriteLine("Alternate Directory Separator {0}", Path.AltDirectorySeparatorChar)
    End Sub

End Module


           
       








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 Separator and Volume Separator CharPath Separator and Volume Separator Char
3.Get Invalid Path CharsGet Invalid Path Chars