qlikloc
v0.1.8
Published
Get Qlik Sense related folder locations.
Downloads
8
Readme
qlikloc
Get Qlik Sense related folder locations.
Library is deprecated, use sense-loc instead.
.getExtensionPath
Return the extension path. Example
returns
{promise}: Promise containing the returned path.
Example
var extloc = require( 'extloc' );
extloc.getExtensionPath()
.then( function( reply ) {
console.log( reply );
})
Author
License
Copyright © 2015 Stefan Walther Released under the MIT license.
This file was generated by verb-cli on July 21, 2015.