0.1.8 • Published 10 years ago

qlikloc v0.1.8

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago