vb6 Open File For Append issue Path Not Found
Posted
by Schwayday
on Stack Overflow
See other posts from Stack Overflow
or by Schwayday
Published on 2008-11-16T02:28:38Z
Indexed on
2010/05/28
12:01 UTC
Read the original article
Hit count: 132
vb6
Open App.Path & "\Folder\" & str(0) For Output
Seems to get a path not found however if directly before that I do
MsgBox App.Path & "\Folder\" & str(0)
It Provides the correct directory/filename that I want
and if I replace that string with the direct path in quotes it works fine however that won't be very good for other users of my app :( Anyone know why this doesn't work?
© Stack Overflow or respective owner