CCommandLineInfo::m_strFileName

This data member contains a CString object that stores the value of the first non-flag parameter on the command line. This parameter is typically the name of the file to open.

CString m_strFileName;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CCommandLineInfo Overview, CCommandLineInfo Data Members, Structures, CWinApp::ProcessShellCommand, CString