Hello, i wanted to know how to write a file path for every computer
For example:
objwrite = New System.IO.StreamWriter("C:\Users\EVGA\Desktop\VB.Net Example\myfile.txt", False)
this code work only on my pc cause of its path
so i wanted to know how to write it so i can use it in another pc
please help
thanks