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