I want to save a file to the desktop using CFile? Does anybody know how to do this? Any help is appreciated. I have already tried using these three filenames "C:\windows\desktop\test.txt" "C:\\windows\\desktop\\test.txt" "C:/windows/desktop/test.txt" Thanks
Nick 0
Posts
-
How to set a directory in CFile -
Vi editor key bindings?Hi, I recently purchased visual studio 6.0, and the book Programming Microsoft Visual C++, Fifth Edition. Now, by trade I am a unix programmer, so my normal day to day activities are via the 'vi' editor. In the book (mentioned above), chapter 1, page 10 under "The Source Code Editor", the first sentence states that Visual C++ 6.0 contains keyboard bindings for "a variety of popular editors (such as VI and EMACS).." - maybe I'm just looking wrong, but I can't find out how to do this, the 2 included with VS6.0 are Developer Studio, Visual C++ 2.0, Epsilon, and BRIEF. I've loaded service pack 4, and have searched endlessly through MSDN, to no avail. If someone knows what I need to do to enable VI key bindings within the source code editor of Visual C++ 6.0+SP4, I would be very happy. Thank you, Nick