CFile::GetFilePath

Call this member function to retrieve the full path of a specified file.

virtual CString GetFilePath( ) const;

Return Value

The full path of the specified file.

Remarks

For example, when you call GetFilePath to generate a message to the user about the file c:\windows\write\myfile.wri, the file path, c:\windows\write\myfile.wri, is returned.

To return just the name of the file (myfile.wri), call GetFileName. To return the title of the file (myfile), call GetFileTitle.

Example

See the example for GetFileName.

Requirements

Header: afx.h

See Also

Reference

CFile Class

Hierarchy Chart

CFile::SetFilePath

CFile::GetFileTitle

CFile::GetFileName