sense-loc

Get Qlik Sense related folder locations.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
sense-loc
000.4.07 years ago8 years agoMinified + gzip package size for sense-loc in KB

Readme

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.