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