Path Alternate Directory Separator : Path « File Directory « VB.Net
- VB.Net
- File Directory
- Path
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