Signo.X
Well-known member
Whats the best way to specify the path of specific file and directory ..
for e.g.
the above will only work if the user has the exact same directory, but what happened when u move the application to a different pc ? and the user doesnt have the exact same directory ? maybe even a different drive name..??
whats the best way to refer to files and directories in vb.net?
Thanks in advance,
~signo.X
for e.g.
VB.NET:
if file.exists("C:/temp/documents/test.txt")
the above will only work if the user has the exact same directory, but what happened when u move the application to a different pc ? and the user doesnt have the exact same directory ? maybe even a different drive name..??
whats the best way to refer to files and directories in vb.net?
Thanks in advance,
~signo.X