I think that I got the answer:

//mymodyle.js
path = require('path');
exports.path = path.dirname(process.mainModule.filename);

Can I trust on the information passed by process.mainModule.filename?

--
Att,
Alan Hoffmeister


2012/5/26 Alan Hoffmeister <alanhoffmeis...@gmail.com>

> @mscdex Thanks, but what if the parent is inside a folder on the main
> path? It would return /home/myuser/somefolder instead of /home/mysuser.
>
> --
> Att,
> Alan Hoffmeister
>
>
>
> 2012/5/26 mscdex <msc...@gmail.com>
>
>> On May 26, 9:13 pm, Alan Hoffmeister <alanhoffmeis...@gmail.com>
>> wrote:
>> > How can I get the main path of the app?
>>
>> // module
>> var path = require('path');
>>
>> exports.path = function() {
>>  return path.dirname(module.parent.filename);
>> };
>>
>> --
>> Job Board: http://jobs.nodejs.org/
>> Posting guidelines:
>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
>> You received this message because you are subscribed to the Google
>> Groups "nodejs" group.
>> To post to this group, send email to nodejs@googlegroups.com
>> To unsubscribe from this group, send email to
>> nodejs+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/nodejs?hl=en?hl=en
>>
>
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to