0.1.8 • Published 9 years ago

qlikloc v0.1.8

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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.

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago