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