Path.AltDirectorySeparatorChar : Path « System.IO « VB.Net by API






Path.AltDirectorySeparatorChar

  
Imports System.IO

Module Module1

    Sub Main()
        Console.WriteLine("Alternate Directory Separator {0}", Path.AltDirectorySeparatorChar)
    End Sub

End Module

   
    
  








Related examples in the same category

1.Path.DirectorySeparatorChar
2.Path.GetDirectoryName
3.Path.GetExtension
4.Path.GetFileName
5.Path.GetFileNameWithoutExtension
6.Path.GetFullPath
7.Path.GetInvalidFileNameChars()
8.Path.GetInvalidPathChars
9.Path.GetPathRoot
10.Path.VolumeSeparatorChar