Popular JavaScript recipes tagged "files"http://code.activestate.com/recipes/langs/javascript/tags/files/2011-02-03T23:47:41-08:00ActiveState Code RecipesA Komodo macro for duplicating the current file in Komodo 6 (JavaScript)
2011-02-03T23:47:41-08:00Eric Promislowhttp://code.activestate.com/recipes/users/4166930/http://code.activestate.com/recipes/577562-a-komodo-macro-for-duplicating-the-current-file-in/
<p style="color: grey">
JavaScript
recipe 577562
by <a href="/recipes/users/4166930/">Eric Promislow</a>
(<a href="/recipes/tags/copy/">copy</a>, <a href="/recipes/tags/files/">files</a>).
</p>
<p>The project/file API changed significantly moving from Komodo 5 to 6.
Specifically, the project manager and file manager have been split into
two separate modules.</p>
<p>Here's some code to duplicate the current file, using Komodo 6.
Note that it uses an internal function - I've made a note that the function
has been effectively published, and needs to preserve its current
interface.</p>