On Windows, how do I specify an absolute path? do I need a drive letter?
I've tried using ../<file-to-include>.php as a test to include a file in the directory above the workspace, but it doesn't work. I also tried:
/../<file-to-include>.php
./../<file-to-include>.php
E:/full/path/to/<file-to-include>.php
With no success. Any help would be appreciated.