11 references to GetPathRoot
mscorlib (8)
system\io\directory.cs (3)
1258String sourceRoot = Path.GetPathRoot(sourcePath); 1259String destinationRoot = Path.GetPathRoot(destPath); 1500String root = Path.GetPathRoot(fullPath);
system\io\directoryinfo.cs (2)
671String sourceRoot = Path.GetPathRoot(fullSourcePath); 672String destinationRoot = Path.GetPathRoot(fullDestDirName);
system\io\driveinfo.cs (1)
66_name = Path.GetPathRoot(driveName);
system\io\file.cs (2)
336DriveInfo di = new DriveInfo(Path.GetPathRoot(fullPath)); 367DriveInfo di = new DriveInfo(Path.GetPathRoot(fullPath));
System (1)
services\io\system\io\RenamedEventArgs.cs (1)
51new FileIOPermission(FileIOPermissionAccess.Read, Path.GetPathRoot(oldFullPath)).Demand();
System.Configuration (1)
System\Configuration\UrlPath.cs (1)
28dir = Path.GetPathRoot(path);
System.Web (1)
Util\UrlPath.cs (1)
411dir = Path.GetPathRoot(path);