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