Imports System.IO Module Module1 Sub Main() Console.WriteLine("Alternate Directory Separator {0}", Path.AltDirectorySeparatorChar) End Sub End Module