i've been trying to insert a txt file into my program. i created the file, refer to it in my program but it keeps on sayin that the file is not there. what do ido?
generally files are referenced by curdir (the default directory which the vb executes from) & the file name.
if you do not fully qualify (IE: c\mydir\myfileid) you will not locate the file.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.