###User Defined Function###
_WinAPI_GetFullPathName

###Description###
Retrieves the full path and file name of the specified file.

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_GetFullPathName ( $sFilePath )


###Parameters###
@@ParamTable@@
$sFilePath
	The name of the file.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The drive and path.
Failure 	Empty string, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
The <a href="_WinAPI_GetFullPathName.htm">_WinAPI_GetFullPathName()</a> merges the name of the current drive and directory with a specified file name to determine the full path and file name of a specified file.
This function does not verify that the resulting path and file name are valid, or that they see an existing file on the associated volume.


###Related###


###See Also###
@@MsdnLink@@ GetFullPathName


###Example###
@@IncludeExample@@
