Tapan
May 10th, 1999, 08:53 PM
i have a program whereby i create a dialog box of CFileDialog type.
i get the file name (with path) by the CFileDialog:GetPathName funtion.
i want to send the result to a function having char* as arguement.
but CFileDialog:GetPathName returns is of type 'class CString (void) const',
how do i convert?
fast help appreciated
Tapan
i get the file name (with path) by the CFileDialog:GetPathName funtion.
i want to send the result to a function having char* as arguement.
but CFileDialog:GetPathName returns is of type 'class CString (void) const',
how do i convert?
fast help appreciated
Tapan