Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save maverabilisim/e066dcd2b933fea68d98fed2e5e2c77e to your computer and use it in GitHub Desktop.
Save maverabilisim/e066dcd2b933fea68d98fed2e5e2c77e to your computer and use it in GitHub Desktop.
evt.finder.request( 'files:getCurrent' ).forEach( function( file ) {
evt.finder.request( 'file:getUrl', { file: file } )
.then( function( fileUrl ) {
messageModel.set( 'message', '' + finder.util.escapeHtml( fileUrl ) );
} );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment