Type Summary

						public sealed class Path
{
  // Fields
     public static readonly char AltDirectorySeparatorChar = '/';
     public static readonly char DirectorySeparatorChar = '\\';
  MS
						public static readonly char[] InvalidPathChars = {'\"', '<', '>', '|',
                                                       '\0', '\b', (Char)16,
                                                       (Char)17, (Char)18,
                                                       (Char)20, (Char)21,
                                                       (Char)22, (Char)23,
                                                       (Char)24, (Char)25 };
     public static readonly char PathSeparator = ';';
  MS
						public static readonly char VolumeSeparatorChar = ':';

  // Methods
     public static string ChangeExtension (string path,
                                          string extension);
     public static string Combine (string path1,
                                  string path2);
     public static string GetDirectoryName (string path);
     public static string GetExtension (string path);
     public static string GetFileName (string path);
     public ...

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.