default path

  • Thread starter Thread starter W1EO
  • Start date Start date
W

W1EO

Guest
Hi;

I want to pre-pend the current path to my Visual Studio 2010 offered install path, like adding "%%" to the offered path. Possible?

I have written a generic VS installer program that needs to be steered to the selected path.

Dave W.


I’m truly up against a stone wall. I am attempting to determine if a specific file has been recently written to by another program. My periodic recirculation loop finds a new file at startup (LastWriteTime is zero). If I manually transfer a new file it is also found immediately. If I transfer using Team Viewer from one computer to this one, the file is found immediately. However, if the other program creates/writes a new version of the file, my loop finds the first such file immediately but it only finds subsequent new files spasmodically. If I leave my program looping, it will usually find the new file after several minutes. If I examine the created/written file, I find it has indeed been updated with new data appended and a new date modified has been posted. Yet my loop returns the same ftWrite.dwHighDateTime value as previously returned. I suspect it is not truly reading the new Write Time. Why? if(interval==0) { if(_access_s("C:/RMS/RMS TRIMODE/LOGS/RMS Trimode_ADIF_201211.adi",00)==0)//ch

Continue reading...
 

Similar threads

W
Replies
0
Views
197
W
W
Replies
0
Views
205
W
W
Replies
0
Views
65
W
Back
Top