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