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