[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology] Copy file template from Plugin-Sources to local fs
|
Hi,
I am developing a Plug in that uses several file templates. Therefore, I
have a folder in my Plugin sources containing these files, like usually also
done with icons.
Now when I'm running the Plugin I want to copy the file templates from my
Plugin-sources directory to a directory on the local file system.
I am able to get a reference to the template files which look like...
bundleentry://650/templates/filexy.txt
How can I now copy the file from within the plugin to a location on my local
file system using a reference like above?
Can anyone help?
Thanks in advance...
Best regards,
Markus