2 references to GetFullPathName
mscorlib (2)
system\io\pathhelper.cs (2)
158int result = Win32Native.GetFullPathName(m_arrayPtr, Path.MaxPath + 1, finalBuffer, IntPtr.Zero); 166result = Win32Native.GetFullPathName(m_arrayPtr, result, finalBuffer, IntPtr.Zero);