
Eclipse RCP: Reading text file resource to a string
Code Snippets which is used to convert a text file inside a Eclipse RCP to a String.
Create a PluginResourceToString object and make a call to convertToString method with the filePath as the argument.
If... More