Path Alternate Directory Separator
Imports System.IO Module Module1 Sub Main() Console.WriteLine("Alternate Directory Separator {0}", Path.AltDirectorySeparatorChar) End Sub End Module
1. | Get Path or File information: extenstion, full path, path root | ||
2. | Path Separator and Volume Separator Char | ||
3. | Get Invalid Path Chars |