Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

PDT Dev2Dev - Copy Files the Eclipse way

Revision as of 12:59, 6 November 2007 by Unnamed Poltroon (Talk) (New page: In case you want a convenient way to copy files the way Eclipse does, plus to have ability to copy directories, to track errors and have progress reported by monitor and several additional...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In case you want a convenient way to copy files the way Eclipse does, plus to have ability to copy directories, to track errors and have progress reported by monitor and several additional options, you are welcome:

new LocalFile(new File(source)).copy(new LocalFile(new File(destination)), EFS.NONE, monitor);

--Seva.zend.com 11:59, 6 November 2007 (EST)

Back to the top