18 references to GetFullPath
mscorlib (18)
system\io\isolatedstorage\isolatedstoragefile.cs (17)
516
String fullPath =
GetFullPath
(file);
559
String isPath =
GetFullPath
(path); // Prepend IS root
603
String isPath =
GetFullPath
(path); // Prepend IS root
641
String isPath =
GetFullPath
(dir); // Prepend IS root
711
String isPath =
GetFullPath
(path); // Prepend IS root
752
String isPath =
GetFullPath
(path); // Prepend IS root
793
String isPath =
GetFullPath
(path); // Prepend IS root
861
String sourceFileNameFullPath = LongPath.NormalizePath(
GetFullPath
(sourceFileName));
862
String destinationFileNameFullPath = LongPath.NormalizePath(
GetFullPath
(destinationFileName));
993
String sourceFileNameFullPath = LongPath.NormalizePath(
GetFullPath
(sourceFileName));
994
String destinationFileNameFullPath = LongPath.NormalizePath(
GetFullPath
(destinationFileName));
1059
String sourceDirectoryNameFullPath = LongPath.NormalizePath(
GetFullPath
(sourceDirectoryName));
1060
String destinationDirectoryNameFullPath = LongPath.NormalizePath(
GetFullPath
(destinationDirectoryName));
1146
String normalizedDir = LongPath.NormalizePath(
GetFullPath
(dir));
1148
if (normalizedDir.Equals(LongPath.NormalizePath(
GetFullPath
(".")), StringComparison.Ordinal)) {
1210
String[] retVal = GetFileDirectoryNames(
GetFullPath
(searchPattern), searchPattern, true);
1243
String[] retVal = GetFileDirectoryNames(
GetFullPath
(searchPattern), searchPattern, false);
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
172
m_FullPath = m_isf.
GetFullPath
(m_GivenPath);