[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: cannot be cast to org.eclipse.ui.ide.FileStoreEditorInput

ailinykh wrote:
Actually, nothing. But how to create FSEI? It requires IFileStore in constructor. How to pass local file to FSEI?

http://wiki.eclipse.org/EFS http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/filesystem/package-summary.html

Use EFS.getLocalFileSystem(). I think you can figure it out from there.