14 references to LongPathFile
mscorlib (14)
system\io\isolatedstorage\isolatedstoragefile.cs (11)
517oldLen = LongPathFile.GetLength(fullPath); 518LongPathFile.Delete(fullPath); 579bool ret = LongPathFile.Exists(fullPath); 722DateTimeOffset ret = LongPathFile.GetCreationTime(fullPath); 763DateTimeOffset ret = LongPathFile.GetLastAccessTime(fullPath); 804DateTimeOffset ret = LongPathFile.GetLastWriteTime(fullPath); 887fileLen = LongPathFile.GetLength(sourceFileNameFullPath); 903if (LongPathFile.Exists(destinationFileNameFullPath)) { 905destLen = LongPathFile.GetLength(destinationFileNameFullPath); 922LongPathFile.Copy(sourceFileNameFullPath, destinationFileNameFullPath, overwrite); 1012LongPathFile.Move(sourceFileNameFullPath, destinationFileNameFullPath);
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
205oldFileSize = IsolatedStorageFile.RoundToBlockSize((ulong)LongPathFile.GetLength(m_FullPath));
system\io\longpath.cs (2)
404if (!LongPathFile.InternalExists(fullSourceFileName)) 582if (LongPathFile.InternalExists(name) || (!InternalExists(name, out currentError) && currentError == Win32Native.ERROR_ACCESS_DENIED))