In my web app, I read and write some text files with php.
At the moment I use a full path - “e:\whatever\textfile.txt”.
As the php file and the text file are in the same directory, could I just use the relative path “textfile.txt”? (As I can in vb.net)