Dilan, There is a specific requirement.. We need to upload a file to a
given location
Madhuka, That method returns absolute path.. What I want is to upload a
file to a given location (that is when absolute path is given as a string)
Thanks.

On Tue, Oct 7, 2014 at 9:55 AM, madhuka udantha <[email protected]>
wrote:

> Hi,
>
> you can do it. absolute path
>
>  var absolute = function (path) {
>         var systemProcess = require('process');
>         var parent = 'file:///' +
> (systemProcess.getProperty('jaggery.home') ||
> systemProcess.getProperty('carbon.home')).replace(/[\\]/g,
> '/').replace(/^[\/]/g, '');
>         return parent + MODULE_PATH + path;
>     };
>
> [1]
> https://github.com/Madhuka/sugarcane/blob/master/core/sugarcane/scripts/engine/test.js
> On Tue, Oct 7, 2014 at 9:37 AM, Lochana Menikarachchi <[email protected]>
> wrote:
>
>>
>>
>
>
>
> --
> Cheers,
> Madhuka Udantha
> http://madhukaudantha.blogspot.com
>



-- 
Lochana Menikarachchi
Senior Tech Lead
WSO2 Inc.
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to