2 references to GetLongPathName
mscorlib (2)
system\io\directory.cs (1)
1117int r = Win32Native.GetLongPathName(currentDirectory, sb, sb.Capacity);
system\io\pathhelper.cs (1)
283int r = Win32Native.GetLongPathName(tempName, sb, m_capacity);