| where does file get saved - part of an answer [message #382698] |
Thu, 04 March 2004 17:49  |
Eclipse User |
|
|
|
After poking around chap 13 of EMF book - I discovered that I could write
something like:
"file:/c:/testSAVE.xmi"
and that would force the file name.
Also, it seems that end of section 12.2.1 points at the rfc that describes
the uri syntax (and, I hope, a good chunk of the semantics).
Answers to the previous post are still appreciated though.
|
|
|
| Re: where does file get saved - part of an answer [message #382707 is a reply to message #382698] |
Fri, 05 March 2004 07:48  |
Eclipse User |
|
|
|
Robert,
You meant section 13.2.1. ;-) The RFC only talks about the syntax of URIs;
the semantics are scheme dependent. Eclipse defines the "platform:" schema,
so they define their semantics. Note that platform:/plugin/<plugin-id>/...
can be used to reference files in an Eclipse plugin, just as
platform:/resource/<project-name>/... can be used to reference files in the
Eclipse workspace.
"robert t. bauer" wrote:
> After poking around chap 13 of EMF book - I discovered that I could write
> something like:
>
> "file:/c:/testSAVE.xmi"
>
> and that would force the file name.
>
> Also, it seems that end of section 12.2.1 points at the rfc that describes
> the uri syntax (and, I hope, a good chunk of the semantics).
>
> Answers to the previous post are still appreciated though.
|
|
|
Powered by
FUDForum. Page generated in 0.04093 seconds