CFileFind::GetFilePath

virtual CString GetFilePath( ) const;

Return Value

The path of the specified file.

Remarks

Call this member function to get the full path of the specified file. You must call FindNextFile at least once before calling GetFilePath.

GetFilePath is one of three CFileFind member functions that return some form of the file name.  The following list describes the three and how they vary:

Example

See the example for CFileFind::GetFileName.

CFileFind OverviewClass MembersHierarchy Chart

See Also   CFileFind::FindFile