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