C++
virtual BOOL UpdateFileExtension( CString& strName, BOOL bCanUseCurrentExtension );
Description
During OK handling, adds or corrects any file extension. Returns true on success and false on failure.
Parameters
Parameters | Description |
---|---|
strName | File name being examined, which can be changed by this function |
bCanUseCurrentExtension | If true, directs the function can use the current extension for the current folder if necessary |