22 references to LongPathDirectory
mscorlib (22)
system\io\isolatedstorage\isolatedstoragefile.cs (21)
623
bool ret =
LongPathDirectory
.Exists(fullPath);
657
if (
LongPathDirectory
.Exists(isPath))
664
LongPathDirectory
.CreateDirectory(dirList[dirList.Length-1]);
673
LongPathDirectory
.Delete(dirList[0], true);
1078
LongPathDirectory
.Move(sourceDirectoryNameFullPath, destinationDirectoryNameFullPath);
1116
if (!
LongPathDirectory
.InternalExists(currDir))
1154
LongPathDirectory
.Delete(normalizedDir, false);
1331
LongPathDirectory
.Delete(rootDir, true);
1353
LongPathDirectory
.Delete(domainRoot, true);
1388
LongPathDirectory
.Delete(RootDirectory, true);
1566
LongPathDirectory
.Delete(rootDir, true); // Remove all sub dirs and files
1567
LongPathDirectory
.CreateDirectory(rootDir); // Recreate the root dir
1678
LongPathDirectory
.CreateDirectory(sb.ToString());
1711
LongPathDirectory
.CreateDirectory(sb.ToString());
1738
LongPathDirectory
.CreateDirectory(sb.ToString());
1773
LongPathDirectory
.CreateDirectory(rootDir);
1878
if (!
LongPathDirectory
.Exists(sb.ToString()))
2106
LongPathDirectory
.CreateDirectory(firstRandomDirectory);
2108
LongPathDirectory
.Move(rootDir + oldRandomDirectory, newRandomDirectory);
2138
} while (
LongPathDirectory
.Exists(dirToCreate));
2143
LongPathDirectory
.CreateDirectory(dirToCreate);
system\io\longpath.cs (1)
232
if (
LongPathDirectory
.InternalExists(fullDestFileName))