File path on a Mac

 From:  shane (SHANE_W)
5388.1 
I am trying to export a .obj using a hot key in the OS X version and have run into a snag. I am not sure how to write the file path.

This is what I have so far.

script:moi.geometryDatabase.fileExport( 'user/me/desktop/test.obj' );

It gets to the meshing stage but doesn't save the file. I think is has something to do with the file path I am using. Any help would be appreciated.

-Shane