When eclipse creates a file (let's say feeds.txt), the file is automatically saved and read from eclipse folder (not workspace/project folder). How do I change it to workspace/"project name" folder
btw, i used this:
private static final String feedFile = " Feeds.txt";