sense-loc

0.4.0 • Public • Published

NPM version Build status Build Status

sense-loc

Get Qlik Sense related folder locations.

About

Right now, this is a tiny library, just to get the local extension folder path, but additions might be added in the future.

API

.getLocalExtensionPath

Return the local extension path (when working with Qlik Sense Desktop). In case of a non Windows operating system, null will be returned.

Params

  • {callback}: cb - Callback that handles the request.

Example

var senseLoc = require( 'sense-loc' );
senseLoc.getLocalExtensionPath( function( err, data ) {
    console.log('Local directory for extensions: ', data);
});

Test

Install dev dependencies:

$ npm install -d && npm test

Author

License

Copyright © 2016, Stefan Walther. Released under the MIT license.


This file was generated by verb, v0.9.0, on July 19, 2016.

Package Sidebar

Install

npm i sense-loc

Weekly Downloads

26

Version

0.4.0

License

MIT

Last publish

Collaborators

  • stefanwalther