I moved some source code to a folder on my desktop, and did a project build using those.
It did the build OK, but after searching for an hour, I could not find out where it put the output files.
I am referring to the compiled obj files, the project file VFPROJ, EXE and the SLN file, and buildlog.
It tells me where they are, but I cant find them anywhere using Windows Explorer.
None of those files are anywhere near where I stored the source code.
It TELLS me that they are at D:\users\desktop, but that is NOT where my desktop is -
My desktop is under my USER NAME under users. So it appears that the location is
where I cant reference it.
The reason I need to find that is : I need to put the input data file where the default directory is,
and apparently that is not accessible to me. apparently it is accessible to VS, but thats not any help here.
Apparently that users\desktop is a BOGUS location, how would I get to it?