qlikloc

0.1.8 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i qlikloc

Weekly Downloads

1

Version

0.1.8

License

MIT

Last publish

Collaborators

  • stefanwalther