GetFullPathName

This function entry is part of a MAPI-specific list of Win32 functions. For a complete description, see Win32 Functions.

DWORD GetFullPathName(
  LPCTSTR lpszFile,      
  DWORD cchPath,         
  LPTSTR lpszPath,       
  LPTSTR * lpszFilePart  
)
 

Limitations

This function does not handle ".." path components in lpFileName.