Merge pull request #3389 from lambdageek/bug-43099
[mono.git] / mcs / class / corlib / ReferenceSources / PathInternal.cs
1 namespace System.IO
2 {
3         static class PathInternal
4         {
5                 public static bool IsPartiallyQualified (string path)
6                 {
7                         return false;
8                 }
9         }
10 }