18 references to AddLongPathPrefix
mscorlib (18)
system\io\filestream.cs (1)
844tempPath = Path.AddLongPathPrefix(tempPath);
system\io\isolatedstorage\isolatedstoragefile.cs (1)
2463SafeFindHandle hnd = Win32Native.FindFirstFile(Path.AddLongPathPrefix(fullPath), ref data);
system\io\longpath.cs (15)
70tempResult = Path.AddLongPathPrefix(tempResult); 123result = Path.AddLongPathPrefix(result); 156result = Path.AddLongPathPrefix(result); 214fullSourceFileName = Path.AddLongPathPrefix(fullSourceFileName); 215fullDestFileName = Path.AddLongPathPrefix(fullDestFileName); 263String tempPath = Path.AddLongPathPrefix(fullPath); 317String tempPath = Path.AddLongPathPrefix(path); 331String tempPath = Path.AddLongPathPrefix(fullPath); 352String tempPath = Path.AddLongPathPrefix(fullPath); 372String tempPath = Path.AddLongPathPrefix(fullPath); 407String tempSourceFileName = Path.AddLongPathPrefix(fullSourceFileName); 408String tempDestFileName = Path.AddLongPathPrefix(fullDestFileName); 425String tempPath = Path.AddLongPathPrefix(fullPath); 694String longPath = Path.AddLongPathPrefix(fullPath); 946String tempPath = Path.AddLongPathPrefix(path);
system\io\pathhelper.cs (1)
278tempName = Path.AddLongPathPrefix(tempName);