How can I check absolute pathnames of files on Heroku
?
I put files in dropbox
and connect it to Heroku
.
I need to know absolute pathnames of files because I've read that I need to set absolute pathnames to use 'require_once'
not to get errors.
Thanks!