How to get a proper file path on server side?

On server side, the starting file path is \.meteor\local\build\programs\server\ and as it is, I can’t seem to access my public directory with all my media files when I try to manipulate it via Meteor methods/server side.

How would I be able to get a full, valid file path on the server side of Meteor?

As /public files are exposed, you could HTTP.get() them.